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:
parent
372465d555
commit
043d69bb7b
@ -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"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user