2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-15 18:12:54 +00:00

Use Mozilla Android Components 14.0.1

This commit is contained in:
Christian Sadilek 2019-09-24 15:18:37 -04:00
parent 856399e9e2
commit 2e32083d84

View File

@ -35,7 +35,7 @@ object Versions {
const val androidx_work = "2.0.1" const val androidx_work = "2.0.1"
const val google_material = "1.1.0-alpha10" const val google_material = "1.1.0-alpha10"
const val mozilla_android_components = "14.0.0" const val mozilla_android_components = "14.0.1"
// 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