We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 027e585 commit 98bb234Copy full SHA for 98bb234
module/autopif.sh
@@ -75,7 +75,7 @@ fi;
75
item "Converting inject_fields.xml to pif.json ...";
76
(echo '{';
77
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;
+echo ' "DEVICE_INITIAL_SDK_INT": "32",' ) | sed '$s/,/\n}/' | tee pif.json;
79
80
if [ -f /data/adb/modules/playintegrityfix/migrate.sh ]; then
81
OLDJSON=/data/adb/modules/playintegrityfix/custom.pif.json;
0 commit comments