autopif.sh: default to api_level 32 now that the betas are served

This commit is contained in:
Chris Renshaw
2024-09-11 21:21:42 -03:00
committed by GitHub
parent 027e5855a0
commit 98bb23460e

View File

@@ -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;