diff --git a/app/build.gradle b/app/build.gradle index 5b71e9f..b1ba875 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,7 +25,6 @@ android { abortOnError false } - compileSdkVersion 28 defaultConfig { applicationId "com.bornin.androidapp" @@ -68,7 +67,6 @@ android { } } - dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" @@ -80,11 +78,9 @@ dependencies { androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' - implementation "org.jetbrains.anko:anko:$anko_version" implementation "com.google.android.gms:play-services-maps:16.1.0" androidTestImplementation 'com.android.support.test:rules:1.0.2' - }