You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
autopif.sh: default to api_level 32 now that the betas are served
This commit is contained in:
@@ -75,7 +75,7 @@ fi;
|
||||
item "Converting inject_fields.xml to pif.json ...";
|
||||
(echo '{';
|
||||
grep -o '<field.*' $OUT/res/xml/inject_fields.xml | sed 's;.*name=\(".*"\) type.* value=\(".*"\).*; \1: \2,;g';
|
||||
echo ' "DEVICE_INITIAL_SDK_INT": "25",' ) | sed '$s/,/\n}/' | tee pif.json;
|
||||
echo ' "DEVICE_INITIAL_SDK_INT": "32",' ) | sed '$s/,/\n}/' | tee pif.json;
|
||||
|
||||
if [ -f /data/adb/modules/playintegrityfix/migrate.sh ]; then
|
||||
OLDJSON=/data/adb/modules/playintegrityfix/custom.pif.json;
|
||||
|
||||
Reference in New Issue
Block a user