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:
Leonid Plyushch 2019-11-10 14:26:33 +02:00
parent 32313069f3
commit 1caea5fe29
No known key found for this signature in database
GPG Key ID: 45F2964132545795

View File

@ -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"