Browse Source

android: update sdk and make a new release

android android-1.1
Sigrid Solveig Haflínudóttir 4 years ago
parent
commit
eba4a601be
  1. 8
      src/android/app/build.gradle
  2. 4
      src/android/app/src/main/AndroidManifest.xml

8
src/android/app/build.gradle

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

4
src/android/app/src/main/AndroidManifest.xml

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

Loading…
Cancel
Save