android: new release

This commit is contained in:
Sigrid Solveig Haflínudóttir 2022-01-05 01:07:20 +01:00
parent 35f63c5d6e
commit 2272fd653f
1 changed files with 5 additions and 2 deletions

View File

@ -6,8 +6,11 @@ android {
applicationId "org.rabbits.uxn"
minSdkVersion 16
targetSdkVersion 32
versionCode 2
versionName "1.1"
versionCode 3
versionName "1.2"
ndk {
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
}
externalNativeBuild {
ndkBuild {
arguments "APP_PLATFORM=android-16"