We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a77854 commit 0f97627Copy full SHA for 0f97627
1 file changed
platform/android/MapLibreAndroidTestApp/test-proguard-rules.pro
@@ -1,2 +1,17 @@
1
-dontwarn java.lang.ClassValue
2
-dontwarn javax.lang.model.element.Modifier
3
+# Keep instrumentation runner and test classes
4
+-keep class org.maplibre.android.InstrumentationRunner { *; }
5
+-keep class org.maplibre.android.** { *; }
6
+
7
+# Keep test framework classes
8
+-keep class androidx.test.** { *; }
9
+-keep class android.test.** { *; }
10
+-keep class junit.** { *; }
11
12
+# Keep annotation classes
13
+-keep class java.lang.annotation.** { *; }
14
+-keep interface java.lang.annotation.** { *; }
15
16
+# Prevent method ID ordering issues
17
+-optimizations !code/allocation/variable
0 commit comments