1
0
mirror of https://github.com/danog/termux-api.git synced 2024-11-26 20:04:42 +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'
android {
compileSdkVersion 27
compileSdkVersion 28
defaultConfig {
applicationId "com.termux.api"
minSdkVersion 21
targetSdkVersion 27
targetSdkVersion 28
versionCode 27
versionName "0.27"
}