Update third party libraries

pull/820/head
Alex Baker 7 years ago
parent 431657397b
commit 3ed144c45a

@ -121,8 +121,8 @@ final DAGGER_VERSION = '2.22.1'
final BUTTERKNIFE_VERSION = '10.1.0'
final WORK_VERSION = '2.0.1'
final LEAKCANARY_VERSION = '1.6.3'
final ROOM_VERSION = '2.1.0-beta01'
final CRASHLYTICS_VERSION = '2.10.0'
final ROOM_VERSION = '2.1.0-rc01'
final CRASHLYTICS_VERSION = '2.10.1'
final FIREBASE_VERSION = '16.0.9'
dependencies {
@ -195,9 +195,9 @@ dependencies {
androidTestAnnotationProcessor "com.jakewharton:butterknife-compiler:${BUTTERKNIFE_VERSION}"
androidTestImplementation 'com.google.dexmaker:dexmaker-mockito:1.2'
androidTestImplementation 'com.natpryce:make-it-easy:4.0.1'
androidTestImplementation 'androidx.test:runner:1.1.1'
androidTestImplementation 'androidx.test:rules:1.1.1'
androidTestImplementation 'androidx.test.ext:junit:1.1.0'
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test:rules:1.2.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.annotation:annotation:1.0.2'
}

@ -61,7 +61,7 @@
"artifactId": {
"name": "constraintlayout",
"group": "androidx.constraintlayout",
"version": "2.0.0-alpha3"
"version": "2.0.0-beta1"
}
},
{
@ -77,7 +77,7 @@
"artifactId": {
"name": "sqlite",
"group": "androidx.sqlite",
"version": "2.0.0"
"version": "2.0.1"
}
},
{
@ -173,7 +173,7 @@
"artifactId": {
"name": "core-common",
"group": "androidx.arch.core",
"version": "2.0.0"
"version": "2.0.1"
}
},
{
@ -205,7 +205,7 @@
"artifactId": {
"name": "room-common",
"group": "androidx.room",
"version": "2.1.0-alpha04"
"version": "2.1.0-rc01"
}
},
{
@ -221,7 +221,7 @@
"artifactId": {
"name": "room-runtime",
"group": "androidx.room",
"version": "2.1.0-alpha04"
"version": "2.1.0-rc01"
}
},
{
@ -445,7 +445,7 @@
"artifactId": {
"name": "annotation",
"group": "androidx.annotation",
"version": "1.0.2"
"version": "1.1.0-rc01"
}
},
{
@ -877,7 +877,7 @@
"artifactId": {
"name": "core-runtime",
"group": "androidx.arch.core",
"version": "2.0.0"
"version": "2.0.1"
}
},
{
@ -1037,7 +1037,7 @@
"artifactId": {
"name": "sqlite-framework",
"group": "androidx.sqlite",
"version": "2.0.0"
"version": "2.0.1"
}
},
{
@ -1357,7 +1357,7 @@
"artifactId": {
"name": "room-rxjava2",
"group": "androidx.room",
"version": "2.1.0-alpha04"
"version": "2.1.0-rc01"
}
},
{
@ -1469,7 +1469,7 @@
"artifactId": {
"name": "constraintlayout-solver",
"group": "androidx.constraintlayout",
"version": "2.0.0-alpha3"
"version": "2.0.0-beta1"
}
},
{
@ -1501,7 +1501,7 @@
"artifactId": {
"name": "kotlin-stdlib",
"group": "org.jetbrains.kotlin",
"version": "1.3.21"
"version": "1.3.31"
}
},
{
@ -1517,7 +1517,7 @@
"artifactId": {
"name": "google-http-client",
"group": "com.google.http-client",
"version": "1.29.0"
"version": "1.28.0"
}
},
{
@ -1629,7 +1629,7 @@
"artifactId": {
"name": "kotlin-stdlib-common",
"group": "org.jetbrains.kotlin",
"version": "1.3.21"
"version": "1.3.31"
}
},
{
@ -1645,7 +1645,7 @@
"artifactId": {
"name": "google-http-client-jackson2",
"group": "com.google.http-client",
"version": "1.29.0"
"version": "1.28.0"
}
},
{
@ -1725,7 +1725,7 @@
"artifactId": {
"name": "kotlin-stdlib-jdk7",
"group": "org.jetbrains.kotlin",
"version": "1.3.21"
"version": "1.3.31"
}
},
{

Loading…
Cancel
Save