v2.0.0: updated AGP and gradle versions

This commit is contained in:
Evan Debenham
2023-01-26 12:19:37 -05:00
parent 180af8e9fe
commit b1534ce659
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
apply plugin: 'com.android.application'
android {
namespace 'com.shatteredpixel.shatteredpixeldungeon.android'
compileSdkVersion appAndroidCompileSDK
compileOptions.sourceCompatibility = compileOptions.targetCompatibility = appJavaCompatibility

View File

@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.shatteredpixel.shatteredpixeldungeon.android"
android:installLocation="auto"
android:installLocation="auto"
android:targetSandboxVersion="2"
xmlns:dist="http://schemas.android.com/apk/distribution">