Add support for Android 14-15

This commit is contained in:
Valeri Gokadze 2024-12-04 18:48:43 +04:00
parent 6752ae2afa
commit 54393ca888
17 changed files with 81 additions and 39 deletions

View file

@ -20,6 +20,11 @@
# debugging stack traces.
-keepattributes SourceFile,LineNumberTable
# required after agp 8 made r8 full mode default
-keep,allowobfuscation,allowshrinking class com.google.gson.reflect.TypeToken
-keep,allowobfuscation,allowshrinking class * extends com.google.gson.reflect.TypeToken
-keep,allowobfuscation,allowshrinking public class * implements java.lang.reflect.Type
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile