Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Closes #4032: Removed obsolete success parameter from
Browse files Browse the repository at this point in the history
MozillaSocorroService#sendViaGeckoViewCrashReporter
  • Loading branch information
Amejia481 authored and csadilek committed Aug 6, 2019
1 parent 4d92155 commit 32d73b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Gecko.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ internal object GeckoVersions {
/**
* GeckoView Nightly Version.
*/
const val nightly_version = "70.0.20190802094835"
const val nightly_version = "70.0.20190805095413"

/**
* GeckoView Beta Version.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ class MozillaSocorroService(
applicationContext,
File(crash.minidumpPath),
File(crash.extrasPath),
crash.minidumpSuccess,
appName)
}
}

0 comments on commit 32d73b8

Please sign in to comment.