android: update sdk and make a new release

This commit is contained in:
Sigrid Solveig Haflínudóttir 2022-01-01 20:42:14 +01:00
parent e153943fe0
commit eba4a601be
2 changed files with 6 additions and 6 deletions

View File

@ -1,13 +1,13 @@
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
android { android {
compileSdkVersion 31 compileSdkVersion 32
defaultConfig { defaultConfig {
applicationId "org.rabbits.uxn" applicationId "org.rabbits.uxn"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 31 targetSdkVersion 32
versionCode 1 versionCode 2
versionName "1.0" versionName "1.1"
externalNativeBuild { externalNativeBuild {
ndkBuild { ndkBuild {
arguments "APP_PLATFORM=android-16" arguments "APP_PLATFORM=android-16"

View File

@ -4,8 +4,8 @@
--> -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.rabbits.uxn" package="org.rabbits.uxn"
android:versionCode="1" android:versionCode="2"
android:versionName="1.0" android:versionName="1.1"
android:installLocation="auto"> android:installLocation="auto">
<!-- OpenGL ES 2.0 --> <!-- OpenGL ES 2.0 -->