Skip to content

Commit 98bb234

Browse files
authored
autopif.sh: default to api_level 32 now that the betas are served
1 parent 027e585 commit 98bb234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/autopif.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ fi;
7575
item "Converting inject_fields.xml to pif.json ...";
7676
(echo '{';
7777
grep -o '<field.*' $OUT/res/xml/inject_fields.xml | sed 's;.*name=\(".*"\) type.* value=\(".*"\).*; \1: \2,;g';
78-
echo ' "DEVICE_INITIAL_SDK_INT": "25",' ) | sed '$s/,/\n}/' | tee pif.json;
78+
echo ' "DEVICE_INITIAL_SDK_INT": "32",' ) | sed '$s/,/\n}/' | tee pif.json;
7979

8080
if [ -f /data/adb/modules/playintegrityfix/migrate.sh ]; then
8181
OLDJSON=/data/adb/modules/playintegrityfix/custom.pif.json;

0 commit comments

Comments
 (0)