Increase targetSdk to 28

This commit is contained in:
2019-06-15 09:46:06 -05:00
parent e50c411d1e
commit 64cc9f78a8
2 changed files with 4 additions and 3 deletions

View File

@@ -5,8 +5,8 @@ apply plugin: 'jacoco'
apply plugin: 'com.github.triplet.play'
android {
compileSdkVersion 27
buildToolsVersion "27.0.3"
compileSdkVersion 28
buildToolsVersion "28.0.3"
// signingConfigs {
// release {
@@ -27,7 +27,7 @@ android {
defaultConfig {
applicationId "org.isoron.uhabits"
minSdkVersion 15
targetSdkVersion 27
targetSdkVersion 28
buildConfigField "Integer", "databaseVersion", "15"
buildConfigField "String", "databaseFilename", "\"uhabits.db\""