From 108fb4c611aabaa110034aaae8ec86e70977e501 Mon Sep 17 00:00:00 2001 From: James Hugman Date: Thu, 17 Mar 2022 20:21:21 +0000 Subject: [PATCH] [components] Increment version of nimbus-fml to v92.0.0 Changelog: - Papercut fixes for nicer developer experience [#4867](https://github.com/mozilla/application-services/pull/4867) - More helpful validation error reporting - Better handling of defaults in objects and enum maps - More YAML syntactic checking. - Allow experimenter to output to a YAML file, as well as JSON. [#4874](https://github.com/mozilla/application-services/pull/4874) - If the file extension is `yaml`, then output as YAML, otherwise, output as JSON. --- .../groovy/mozilla/components/tooling/nimbus/NimbusGradlePlugin.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/android/android-components/components/tooling/nimbus-gradle-plugin/src/main/groovy/mozilla/components/tooling/nimbus/NimbusGradlePlugin.groovy b/mobile/android/android-components/components/tooling/nimbus-gradle-plugin/src/main/groovy/mozilla/components/tooling/nimbus/NimbusGradlePlugin.groovy index c804e42eed5e..9a5d6cbda326 100644 --- a/mobile/android/android-components/components/tooling/nimbus-gradle-plugin/src/main/groovy/mozilla/components/tooling/nimbus/NimbusGradlePlugin.groovy +++ b/mobile/android/android-components/components/tooling/nimbus-gradle-plugin/src/main/groovy/mozilla/components/tooling/nimbus/NimbusGradlePlugin.groovy @@ -171,7 +171,7 @@ class NimbusPlugin implements Plugin { // 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 "91.1.0" + return "92.0.0" } // Try one or more hosts to download the given file. -- 2.11.4.GIT