Update Gradle configuration

This commit is contained in:
Sergey Solovyev
2018-04-29 19:04:13 +02:00
parent f41a37fe31
commit 68cded37d9
29 changed files with 180 additions and 188 deletions

View File

@@ -18,7 +18,6 @@ android {
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile "com.android.support:appcompat-v7:${versions.supportLib}"
compile "com.android.support:support-annotations:${versions.supportLib}"
implementation "com.android.support:appcompat-v7:${versions.supportLib}"
implementation "com.android.support:support-annotations:${versions.supportLib}"
}