mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-18 08:05:20 +01:00
Add support for Android 14-15
This commit is contained in:
parent
6752ae2afa
commit
54393ca888
17 changed files with 81 additions and 39 deletions
5
app/proguard-rules.pro
vendored
5
app/proguard-rules.pro
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue