1
0
Fork 0

Update Android Components to 0.39-SNAPSHOT

master
Stefan Arentz 2019-01-15 13:47:38 -05:00 committed by Emily Kager
parent b1f168c5ad
commit c72834479e
2 changed files with 7 additions and 3 deletions

View File

@ -17,6 +17,9 @@ buildscript {
allprojects {
repositories {
google()
maven {
url "https://snapshots.maven.mozilla.org/maven2"
}
maven {
url "https://maven.mozilla.org/maven2"
}
@ -26,4 +29,4 @@ allprojects {
task clean(type: Delete) {
delete rootProject.buildDir
}
}

View File

@ -10,7 +10,7 @@ private object Versions {
const val androidx_appcompat = "1.0.2"
const val androidx_constraint_layout = "2.0.0-alpha3"
const val mozilla_android_components = "0.37.0"
const val mozilla_android_components = "0.39.0-SNAPSHOT"
const val junit = "4.12"
const val test_tools = "1.0.2"
@ -41,4 +41,5 @@ object Deps {
const val androidx_legacy = "androidx.legacy:legacy-support-v4:${Versions.androidx_legacy}"
const val android_arch_navigation = "android.arch.navigation:navigation-fragment:${Versions.android_arch_navigation}"
}
}