Skip to content

Commit

Permalink
ReInc 0.4: trying something here
Browse files Browse the repository at this point in the history
  • Loading branch information
TrashboxBobylev committed Oct 12, 2024
1 parent 22a00d2 commit 6608e02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apply plugin: 'com.android.application'

android {
namespace 'com.shatteredpixel.shatteredpixeldungeon.android'
isCoreLibraryDesugaringEnabled = true
compileSdk appAndroidCompileSDK
compileOptions.sourceCompatibility = compileOptions.targetCompatibility = appJavaCompatibility

Expand Down Expand Up @@ -74,6 +75,7 @@ dependencies {
natives "com.badlogicgames.gdx:gdx-freetype-platform:1.11.0:natives-x86_64"
implementation "com.badlogicgames.gdx-controllers:gdx-controllers-android:$gdxControllersVersion"
implementation "com.github.RohitSurwase.UCE-Handler:uce_handler:1.4"
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.3")
}

// called every time gradle gets executed, takes the native dependencies of
Expand Down
4 changes: 1 addition & 3 deletions android/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,4 @@
void postSolve(long, long);
boolean reportFixture(long);
float reportRayFixture(long, float, float, float, float, float);
}

-keep class org.apache.commons.lang3.ClassUtils { *; }
}

0 comments on commit 6608e02

Please sign in to comment.