1
0
mirror of https://github.com/danog/termux-api.git synced 2024-11-30 04:19:20 +01:00

Compile for and target android-28

This commit is contained in:
Fredrik Fornwall 2018-08-26 01:19:05 +02:00
parent 372465d555
commit 043d69bb7b

View File

@ -1,12 +1,12 @@
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
android { android {
compileSdkVersion 27 compileSdkVersion 28
defaultConfig { defaultConfig {
applicationId "com.termux.api" applicationId "com.termux.api"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 27 targetSdkVersion 28
versionCode 27 versionCode 27
versionName "0.27" versionName "0.27"
} }