Update proguard-rules.pro

This commit is contained in:
aarch64 2021-11-17 23:52:45 +08:00 committed by GitHub
parent 59a5b6d633
commit 9e2f8c6754
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,6 +69,9 @@
-keep class tw.nekomimi.nekogram.InternalUpdater$NekoXReleaseNote { *; }
-keep class tw.nekomimi.nekogram.InternalUpdater$NekoXAPK { *; }
-keep class tw.nekomimi.nkmr.MiniCDNDrive$metaJSON { *; }
-keep class tw.nekomimi.nkmr.MiniCDNDrive$metaJSON_Block { *; }
# Constant folding for resource integers may mean that a resource passed to this method appears to be unused. Keep the method to prevent this from happening.
-keep class com.google.android.exoplayer2.upstream.RawResourceDataSource {
public static android.net.Uri buildRawResourceUri(int);
@ -144,4 +147,4 @@
# Osmdroid
-dontwarn org.osmdroid.**
-keepattributes SourceFile,LineNumberTable
-keepattributes SourceFile,LineNumberTable