Fix issue latest twitter

Because latest version twitter use bundle file (apkm). So I use APKEditor to merge splits apk to one standalone apk
This commit is contained in:
siritami
2024-08-06 21:29:22 +07:00
parent 162e2afdf1
commit fd27b6926d
5 changed files with 22 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ patch_piko () {
v="prerelease" apk_name="beta"
fi
dl_gh "piko revanced-integrations" "crimera" "$v"
get_apk "com.twitter.android" "twitter-$apk_name" "twitter" "x-corp/twitter/twitter"
get_apk "com.twitter.android" "twitter-$apk_name" "twitter" "x-corp/twitter/twitter" "Bundle"
patch "twitter-$apk_name" "piko"
}
patch_piko $1