upgradig lib versions

feature/top10
Laurent 7 years ago
parent ca958d5f5f
commit 627a4f49a6
  1. 14
      app/build.gradle

@ -51,7 +51,7 @@ dependencies {
// Android // Android
implementation 'androidx.appcompat:appcompat:1.0.2' 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 'com.google.android.material:material:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0' implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0'
@ -64,7 +64,7 @@ dependencies {
implementation 'com.google.code.gson:gson:2.8.5' implementation 'com.google.code.gson:gson:2.8.5'
// Places // Places
implementation 'com.google.android.libraries.places:places:1.0.0' implementation 'com.google.android.libraries.places:places:1.1.0'
// Firebase // Firebase
implementation 'com.google.firebase:firebase-core:16.0.8' implementation 'com.google.firebase:firebase-core:16.0.8'
@ -79,9 +79,9 @@ dependencies {
// Logs // Logs
implementation 'com.jakewharton.timber:timber:4.7.1' implementation 'com.jakewharton.timber:timber:4.7.1'
androidTestImplementation 'androidx.test:core:1.0.0' androidTestImplementation 'androidx.test:core:1.1.0'
androidTestImplementation 'androidx.test:runner:1.1.0' androidTestImplementation 'androidx.test:runner:1.1.1'
androidTestImplementation 'androidx.test:rules:1.1.0' androidTestImplementation 'androidx.test:rules:1.1.1'
androidTestImplementation 'androidx.test.ext:junit:1.1.0' androidTestImplementation 'androidx.test.ext:junit:1.1.0'
// Test // Test
@ -90,8 +90,8 @@ dependencies {
// Optional -- Robolectric environment // Optional -- Robolectric environment
//testImplementation 'androidx.test:core:1.1.0' //testImplementation 'androidx.test:core:1.1.0'
// Optional -- Mockito framework // Optional -- Mockito framework
testImplementation 'com.android.support.test:runner:1.0.1' testImplementation 'com.android.support.test:runner:1.0.2'
testImplementation 'com.android.support.test:rules:1.0.1' testImplementation 'com.android.support.test:rules:1.0.2'
//testImplementation 'androidx.test.espresso:espresso-core:3.1.0' //testImplementation 'androidx.test.espresso:espresso-core:3.1.0'

Loading…
Cancel
Save