1
0
Fork 0

No issue: Upgrades to AC 1.0.0 (#3630)

master
Sawyer Blatz 2019-06-24 13:00:52 -07:00 committed by GitHub
parent a5a518f4a5
commit 1d57e77cea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ private object Versions {
const val androidx_transition = "1.1.0-rc02"
const val google_material = "1.1.0-alpha07"
const val mozilla_android_components = "0.56.5"
const val mozilla_android_components = "1.0.0"
// Note that android-components also depends on application-services,
// and in fact is our main source of appservices-related functionality.
// The version number below tracks the application-services version

View File

@ -3,7 +3,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
object GeckoVersions {
const val beta_version = "68.0.20190611143747"
const val beta_version = "68.0.20190612114833"
const val release_version = "67.0.20190521210220"
}