@ -1,13 +1,13 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 31
compileSdkVersion 32
defaultConfig {
applicationId "org.rabbits.uxn"
minSdkVersion 16
targetSdkVersion 31
versionCode 1
versionName "1.0"
targetSdkVersion 32
versionCode 2
versionName "1.1"
externalNativeBuild {
ndkBuild {
arguments "APP_PLATFORM=android-16"
@ -4,8 +4,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.rabbits.uxn"
android:versionCode="1"
android:versionName="1.0"
android:versionCode="2"
android:versionName="1.1"
android:installLocation="auto">
<!-- OpenGL ES 2.0 -->