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