You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
Fix proguard rules for AGP 8.9.0+
- CustomPackageInfoCreator public methods must now be explicitly kept to avoid spoofSignature crashes documented in 2cdee60781
This commit is contained in:
6
app/proguard-rules.pro
vendored
6
app/proguard-rules.pro
vendored
@@ -1,5 +1,5 @@
|
||||
-keep class es.chiteroman.playintegrityfix.EntryPoint { public <methods>; }
|
||||
-keep class es.chiteroman.playintegrityfix.EntryPointVending { public <methods>; }
|
||||
-keep class es.chiteroman.playintegrityfix.CustomProvider
|
||||
-keep class es.chiteroman.playintegrityfix.CustomKeyStoreSpi
|
||||
-keep class es.chiteroman.playintegrityfix.CustomPackageInfoCreator
|
||||
-keepclassmembers class es.chiteroman.playintegrityfix.CustomKeyStoreSpi
|
||||
-keepclassmembers class es.chiteroman.playintegrityfix.CustomPackageInfoCreator { public <methods>; }
|
||||
-keepclassmembers class es.chiteroman.playintegrityfix.CustomProvider
|
||||
|
||||
Reference in New Issue
Block a user