fix updater

This commit is contained in:
arm64v8a 2021-11-15 23:53:37 +08:00
parent 3af0d658e4
commit edd2b3f224
1 changed files with 3 additions and 0 deletions

View File

@ -65,6 +65,9 @@
-keep class tw.nekomimi.nekogram.InternalUpdater$ReleaseMetadata { *; }
-keep class tw.nekomimi.nekogram.InternalUpdater$ApkMetadata { *; }
-keep class tw.nekomimi.nekogram.InternalUpdater$GithubApiContents { *; }
-keep class tw.nekomimi.nekogram.InternalUpdater$NekoXReleaseNote { *; }
-keep class tw.nekomimi.nekogram.InternalUpdater$NekoXAPK { *; }
# 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 {