Skip to content

Commit

Permalink
Upgrade version of nimbus-fml to 93.8.0 (mozilla-mobile#12592)
Browse files Browse the repository at this point in the history
* Upgrade version of AppServices from which we download nimbus-fml.

* Update Dependencies.kt to 94.0.1

* Update NimbusGradlePlugin.groovy to A-S 94.0.1

Co-authored-by: Travis Long <[email protected]>
  • Loading branch information
jhugman and travis79 authored Aug 10, 2022
1 parent 4de23e6 commit 8e0e4f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ object Versions {
const val disklrucache = "2.0.2"
const val leakcanary = "2.8.1"

const val mozilla_appservices = "93.8.0"
// When upgrading mozilla_appservices, also upgrade the version in the
// `getApplicationServiceVersion()` method in NimbusGradlePlugin.groovy.
const val mozilla_appservices = "94.0.1"

// DO NOT MODIFY MANUALLY. This is auto-updated along with GeckoView.
const val mozilla_glean = "51.1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ class NimbusPlugin implements Plugin<Project> {
// a) this plugin is going to live in the AS repo (eventually)
// See https://github.com/mozilla-mobile/android-components/issues/11422 for tying this
// to a version that is specified in buildSrc/src/main/java/Dependencies.kt
return "93.6.0"
return "94.0.1"
}

// Try one or more hosts to download the given file.
Expand Down

0 comments on commit 8e0e4f6

Please sign in to comment.