android: clean up and update for new release

This commit is contained in:
Sigrid Solveig Haflínudóttir 2022-01-16 20:31:38 +01:00
parent e29943e644
commit 361cedfc7f
3 changed files with 3 additions and 4 deletions

View File

@ -6,8 +6,8 @@ android {
applicationId "org.rabbits.uxn" applicationId "org.rabbits.uxn"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 32 targetSdkVersion 32
versionCode 5 versionCode 6
versionName "1.4" versionName "1.5"
ndk { ndk {
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64' abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
} }

View File

@ -1 +0,0 @@
../../../../../../bin/font.rom

View File

@ -15,7 +15,7 @@ buildscript {
google() google()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:7.0.4' classpath 'com.android.tools.build:gradle:7.2.0-alpha07'
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files