diff app/build.gradle @ 3:c1204965159f

Update for new Maps version
author Brad Greco <brad@bgreco.net>
date Wed, 05 Sep 2018 21:23:32 -0400
parents fbccc77ea0e6
children 3ec20fbf7dc5
line wrap: on
line diff
--- a/app/build.gradle	Wed Sep 05 20:07:35 2018 -0400
+++ b/app/build.gradle	Wed Sep 05 21:23:32 2018 -0400
@@ -24,9 +24,5 @@
 
 dependencies {
     implementation fileTree(dir: 'libs', include: ['*.jar'])
-    implementation 'com.android.support:appcompat-v7:27.1.1'
-    testImplementation 'junit:junit:4.12'
-    androidTestImplementation 'com.android.support.test:runner:1.0.2'
-    androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
     compileOnly 'de.robv.android.xposed:api:82'
 }