Set targetSdkVersion 28

This commit is contained in:
Fredrik Fornwall
2018-08-14 01:07:04 +02:00
parent 963663e0cd
commit 8df73a3006
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ android {
defaultConfig {
applicationId "com.termux"
minSdkVersion 21
targetSdkVersion 27
targetSdkVersion 28
versionCode 65
versionName "0.65"
}

View File

@@ -4,7 +4,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.3'
classpath 'com.android.tools.build:gradle:3.1.4'
}
}