diff --git a/src/instagram/patch.sh b/src/instagram/patch.sh index 468814e..dfcb157 100644 --- a/src/instagram/patch.sh +++ b/src/instagram/patch.sh @@ -17,7 +17,7 @@ curl --retry 10 --retry-max-time 60 -H "Cache-Control: no-cache" -fsSL github.co echo "⏬ Downloading Instagram..." chmod +x ${DIR_TMP}/apkeep -${DIR_TMP}/apkeep -a com.instagram.android@277.0.0.17.107 . +${DIR_TMP}/apkeep -a com.instagram.android@271.1.0.21.84 . echo "⚙️ Patching Instagram..." -java -jar revanced-cli*.jar -m revanced-integrations*.apk -b revanced-patches*.jar ${EXCLUDE_PATCHES[@]} -a com.instagram.android@277.0.0.17.107.apk --keystore=ks.keystore -o Instagram.apk +java -jar revanced-cli*.jar -m revanced-integrations*.apk -b revanced-patches*.jar ${EXCLUDE_PATCHES[@]} -a com.instagram.android@271.1.0.21.84.apk --keystore=ks.keystore -o Instagram.apk