set minimal sdk version to 24
X11 repository for Android 5 is going to be completely disabled as part of https://github.com/termux/termux-packages/issues/4467.
This commit is contained in:
parent
32313069f3
commit
1caea5fe29
@ -4,7 +4,7 @@ android {
|
|||||||
compileSdkVersion 28
|
compileSdkVersion 28
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.termux.x11"
|
applicationId "com.termux.x11"
|
||||||
minSdkVersion 19
|
minSdkVersion 24
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 1
|
versionCode 1
|
||||||
versionName "1.0"
|
versionName "1.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user