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

Commit

Permalink
Attempt to fix beta/release builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
K1rakishou committed Sep 29, 2024
1 parent e2ce05f commit 2481072
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Kuroba/app/proguard.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,6 @@
-keep public class * implements java.lang.reflect.Type

-keep,allowobfuscation,allowshrinking class com.google.gson.reflect.TypeToken
-keep,allowobfuscation,allowshrinking class * extends com.google.gson.reflect.TypeToken
-keep,allowobfuscation,allowshrinking class * extends com.google.gson.reflect.TypeToken

-keep class java.lang.invoke.StringConcatFactory { *; }

0 comments on commit 2481072

Please sign in to comment.