Update proguard-rules.pro

This commit is contained in:
Xwite 2022-10-17 16:17:19 +08:00 committed by GitHub
parent d647ccf4ea
commit afc1b4ad28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -237,7 +237,7 @@
*** upstreamDataSourceFactory;
}
## ExoPlayer 暂时不混淆
-keep class com.google.android.exoplayer.** {*;}
-keep class com.google.android.exoplayer2.** {*;}
## 对外提供api
-keep class io.legado.app.api.ReturnData{*;}