mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-13 21:43:28 -05:00
Android: Add ProGuard keep rules for classes and methods referenced in IDCache
Co-authored-by: OatmealDome <julian@oatmealdome.me>
This commit is contained in:
5
Source/Android/app/proguard-rules.pro
vendored
5
Source/Android/app/proguard-rules.pro
vendored
@@ -12,3 +12,8 @@
|
||||
-dontwarn org.openjsse.javax.net.ssl.SSLParameters
|
||||
-dontwarn org.openjsse.javax.net.ssl.SSLSocket
|
||||
-dontwarn org.openjsse.net.ssl.OpenJSSE
|
||||
|
||||
# This is referenced in JNI_OnLoad.
|
||||
-keep class androidx.core.util.Pair {
|
||||
<init>(java.lang.Object, java.lang.Object);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user