From 364f6374ce348bb22ec2d655cb2f0e376b4fe9c8 Mon Sep 17 00:00:00 2001 From: Severiano Jaramillo Date: Thu, 21 Feb 2019 09:30:05 -0600 Subject: [PATCH] Updated Google maps library version. --- app/build.gradle | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1a7cfea..ca55120 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -73,7 +73,7 @@ dependencies { implementation 'com.google.zxing:core:3.3.1' implementation 'com.google.code.gson:gson:2.8.5' implementation 'com.google.android.material:material:1.0.0' - implementation 'com.google.android.gms:play-services-maps:16.0.0' + implementation 'com.google.android.gms:play-services-maps:16.1.0' implementation 'com.google.maps.android:android-maps-utils:0.5' // AAC Lifecycle implementation "androidx.lifecycle:lifecycle-extensions:$lifecycle_version" @@ -111,9 +111,8 @@ dependencies { // Android Debug Database debugImplementation 'com.amitshekhar.android:debug-db:1.0.4' -// TODO enable and make proper testing + // Testing libs testImplementation 'junit:junit:4.12' - // Core library androidTestImplementation 'androidx.test:core:1.1.0' androidTestImplementation "androidx.arch.core:core-testing:$lifecycle_version"