This commit is contained in:
Jan-Lukas Else 2019-02-10 10:59:06 +01:00
parent 1d00e34219
commit bf384a8f59
1 changed files with 5 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId "telegra.ph"
minSdkVersion 19
targetSdkVersion 28
versionCode 15
versionName "1.5.2"
versionCode 16
versionName "1.5.3"
resConfigs "en", "de"
}
buildTypes {
@ -24,6 +24,9 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
lintOptions {
abortOnError false
}
}
dependencies {