2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-17 15:26:23 +00:00
This commit is contained in:
Sawyer Blatz 2019-06-24 13:00:52 -07:00 committed by GitHub
parent 4672baafa8
commit 6028239e33
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 androidx_transition = "1.1.0-rc02"
const val google_material = "1.1.0-alpha07" 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, // 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

View File

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