This commit is contained in:
Anthony Calosa
2022-02-07 09:00:46 +08:00
parent 55f1baee8c
commit 2539e9b9ef
3 changed files with 16 additions and 6 deletions

View File

@@ -46,6 +46,13 @@
<finalName>forge-android-${alpha-version}</finalName>
</build>
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.google.android</groupId>
@@ -106,6 +113,12 @@
<artifactId>sentry-android</artifactId>
<version>1.7.30</version>
</dependency>
<dependency>
<groupId>com.github.raeleus.TenPatch</groupId>
<artifactId>tenpatch</artifactId>
<version>5.2.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
<profiles>

View File

@@ -44,6 +44,7 @@
-keep class io.sentry.event.Event { *; }
-keep class io.netty.util.internal.logging.** { *; }
-keep class net.jpountz.** { *; }
-keep class com.ray3k.** { *; }
-keepclassmembers class com.badlogic.gdx.backends.android.AndroidInput* {
<init>(com.badlogic.gdx.Application, android.content.Context, java.lang.Object, com.badlogic.gdx.backends.android.AndroidApplicationConfiguration);