android: fix the crash on startup

This commit is contained in:
Sigrid Solveig Haflínudóttir 2022-01-16 20:24:10 +01:00
parent e92fec2c4d
commit 1cbc9cd849
1 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@ android {
applicationId "org.rabbits.uxn"
minSdkVersion 16
targetSdkVersion 32
versionCode 4
versionName "1.3"
versionCode 5
versionName "1.4"
ndk {
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
}
@ -20,7 +20,7 @@ android {
}
buildTypes {
release {
minifyEnabled true
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}