Skip to content

Commit

Permalink
autopif.sh: default to api_level 32 now that the betas are served
Browse files Browse the repository at this point in the history
  • Loading branch information
osm0sis authored Sep 12, 2024
1 parent 027e585 commit 98bb234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/autopif.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 98bb234

Please sign in to comment.