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 https://github.com/osm0sis/PlayIntegrityFork/commit/2cdee60781d5b24cec9baadaf1a2489318a64751
This commit is contained in:
Vendored
+5
-5
@@ -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
|
||||
-keep class es.chiteroman.playintegrityfix.EntryPoint { public <methods>; }
|
||||
-keep class es.chiteroman.playintegrityfix.EntryPointVending { public <methods>; }
|
||||
-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