From eba4a601be2b690c0688d109ed8764d7d194d698 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sigrid=20Solveig=20Hafl=C3=ADnud=C3=B3ttir?= Date: Sat, 1 Jan 2022 20:42:14 +0100 Subject: [PATCH] android: update sdk and make a new release --- src/android/app/build.gradle | 8 ++++---- src/android/app/src/main/AndroidManifest.xml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/android/app/build.gradle b/src/android/app/build.gradle index e5c8c49..7dc3089 100644 --- a/src/android/app/build.gradle +++ b/src/android/app/build.gradle @@ -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" diff --git a/src/android/app/src/main/AndroidManifest.xml b/src/android/app/src/main/AndroidManifest.xml index 1d8ed1d..41ec25f 100644 --- a/src/android/app/src/main/AndroidManifest.xml +++ b/src/android/app/src/main/AndroidManifest.xml @@ -4,8 +4,8 @@ -->