You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
- CustomPackageInfoCreator public methods must now be explicitly kept to avoid spoofSignature crashes documented in 2cdee60781
6 lines
404 B
Prolog
6 lines
404 B
Prolog
-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
|