Skip to content
This repository was archived by the owner on Sep 29, 2024. It is now read-only.

Commit 461b3ec

Browse files
committed
How about this.
1 parent 08d99fe commit 461b3ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Kuroba/app/proguard.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@
120120
# Proguard keeps removing files that are used by the native library so it causes crashes.
121121
# This seems to fix the issue.
122122
-keep class com.github.k1rakishou.chan.core.lib.** { *; }
123-
-dontwarn java.lang.invoke.StringConcatFactory
123+
-keep class java.lang.invoke.StringConcatFactory.** { *; }

0 commit comments

Comments
 (0)