diff --git a/app/build.gradle b/app/build.gradle index 1e3e5808..6ddcf1e8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,7 +51,7 @@ dependencies { // Android implementation 'androidx.appcompat:appcompat:1.0.2' - implementation 'androidx.core:core-ktx:1.1.0-alpha04' + implementation 'androidx.core:core-ktx:1.1.0-alpha05' implementation 'com.google.android.material:material:1.0.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0' @@ -64,7 +64,7 @@ dependencies { implementation 'com.google.code.gson:gson:2.8.5' // Places - implementation 'com.google.android.libraries.places:places:1.0.0' + implementation 'com.google.android.libraries.places:places:1.1.0' // Firebase implementation 'com.google.firebase:firebase-core:16.0.8' @@ -79,9 +79,9 @@ dependencies { // Logs implementation 'com.jakewharton.timber:timber:4.7.1' - androidTestImplementation 'androidx.test:core:1.0.0' - androidTestImplementation 'androidx.test:runner:1.1.0' - androidTestImplementation 'androidx.test:rules:1.1.0' + androidTestImplementation 'androidx.test:core:1.1.0' + androidTestImplementation 'androidx.test:runner:1.1.1' + androidTestImplementation 'androidx.test:rules:1.1.1' androidTestImplementation 'androidx.test.ext:junit:1.1.0' // Test @@ -90,8 +90,8 @@ dependencies { // Optional -- Robolectric environment //testImplementation 'androidx.test:core:1.1.0' // Optional -- Mockito framework - testImplementation 'com.android.support.test:runner:1.0.1' - testImplementation 'com.android.support.test:rules:1.0.1' + testImplementation 'com.android.support.test:runner:1.0.2' + testImplementation 'com.android.support.test:rules:1.0.2' //testImplementation 'androidx.test.espresso:espresso-core:3.1.0'