Updated buildToolsVersion to 28.0.3 and Android Gradle Plugin to 3.2.1

This commit is contained in:
Martin Felis
2018-11-18 12:29:55 +01:00
parent c186a70b14
commit 973f9eef89
5 changed files with 22 additions and 13 deletions
+8 -4
View File
@@ -7,11 +7,11 @@ android {
// and http://stackoverflow.com/questions/27277433/why-does-gradle-build-my-module-in-release-mode-when-the-app-is-in-debug
// defaultPublishConfig "debug"
compileSdkVersion 22
buildToolsVersion "26.0.2"
buildToolsVersion '28.0.3'
defaultConfig {
compileSdkVersion 22
buildToolsVersion "26.0.2"
buildToolsVersion "28.0.3"
minSdkVersion 14
externalNativeBuild {
ndkBuild {
@@ -48,6 +48,10 @@ android {
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:22.2.0'
api fileTree(dir: 'libs', include: ['*.jar'])
api 'com.android.support:appcompat-v7:22.2.0'
}
repositories {
google()
}