1
0
Fork 0

Use Mozilla Android Components 33.0.0-SNAPSHOT.

master
Sebastian Kaspari 2020-02-14 11:19:50 +01:00
parent c45df6ecde
commit 4400ee00cd
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ object Versions {
const val androidx_work = "2.2.0" const val androidx_work = "2.2.0"
const val google_material = "1.1.0" const val google_material = "1.1.0"
const val mozilla_android_components = "32.0.0-SNAPSHOT" const val mozilla_android_components = "33.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