Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade AC dependency to 0.48.0-SNAPSHOT and GV to 67.0.20190316094726 #666

Merged
merged 1 commit into from Mar 20, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Dependencies.kt
Expand Up @@ -17,7 +17,7 @@ private object Versions {
const val android_gradle_plugin = "3.2.1"
const val appservices_gradle_plugin = "0.3.1"

const val mozilla_android_components = "0.47.0-SNAPSHOT"
const val mozilla_android_components = "0.48.0-SNAPSHOT"

const val thirdparty_sentry = "1.7.10"

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Gecko.kt
Expand Up @@ -3,7 +3,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

private object GeckoVersions {
const val nightly_version = "67.0.20190312095443"
const val nightly_version = "67.0.20190316094726"
}

object Gecko {
Expand Down