mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-17 15:26:23 +00:00
[fenix] Update to use Mozilla Android Components 5.0.0
This commit is contained in:
parent
98f20218dc
commit
9e87335875
@ -439,7 +439,7 @@ task printGeckoviewVersions {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: 'https://github.com/mozilla-mobile/android-components/raw/v' + Versions.mozilla_android_components + '/components/service/glean/scripts/sdk_generator.gradle'
|
apply from: 'https://github.com/mozilla-mobile/android-components/raw/master/components/service/glean/scripts/sdk_generator.gradle'
|
||||||
|
|
||||||
// For production builds, the native code for all `org.mozilla.appservices` dependencies gets compiled together
|
// For production builds, the native code for all `org.mozilla.appservices` dependencies gets compiled together
|
||||||
// into a single "megazord" build, and different megazords are published for different subsets of features.
|
// into a single "megazord" build, and different megazords are published for different subsets of features.
|
||||||
|
@ -33,7 +33,7 @@ object Versions {
|
|||||||
const val androidx_work = "2.0.1"
|
const val androidx_work = "2.0.1"
|
||||||
const val google_material = "1.1.0-alpha07"
|
const val google_material = "1.1.0-alpha07"
|
||||||
|
|
||||||
const val mozilla_android_components = "4.0.1"
|
const val mozilla_android_components = "5.0.0-SNAPSHOT"
|
||||||
// Note that android-components also depends on application-services,
|
// Note that android-components also depends on application-services,
|
||||||
// and in fact is our main source of appservices-related functionality.
|
// and in fact is our main source of appservices-related functionality.
|
||||||
// The version number below tracks the application-services version
|
// The version number below tracks the application-services version
|
||||||
|
Loading…
Reference in New Issue
Block a user