🎨 Added vanced (#330)

This commit is contained in:
Nikhil Badyal
2023-08-26 21:42:00 +05:30
committed by GitHub
parent c030cc4693
commit 01f91ebf45
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -196,6 +196,7 @@ You can use any of the following methods to build.
45. [musically](https://www.apkmirror.com/apk/tiktok-pte-ltd/tik-tok-including-musical-ly/)
46. [photomath](https://www.apkmonk.com/app/com.microblink.photomath/)
47. [joey](https://www.apkmonk.com/app/o.o.joey/)
48. [vanced](https://www.apkmirror.com/apk/team-vanced/youtube-vanced/)
<br>`**` - You can also patch any other app which is **not** supported officially.To do so, you need to provide
few more inputs to the tool which are mentioned below.
```ini
+1
View File
@@ -58,6 +58,7 @@ apk_sources = {
"youtube_music": f"{APK_MIRROR_BASE_APK_URL}/google-inc/youtube-music/",
"yuka": f"{APK_MIRROR_BASE_APK_URL}/yuka-apps/yuka-food-cosmetic-scan/",
"strava": f"{APK_MIRROR_BASE_APK_URL}/strava-inc/strava-running-and-cycling-gps/",
"vanced": f"{APK_MIRROR_BASE_APK_URL}/team-vanced/youtube-vanced/",
"my-expenses": UPTODOWN_BASE_URL.format("my-expenses"),
"spotify": UPTODOWN_BASE_URL.format("spotify"),
"androidtwelvewidgets": APK_PURE_URL,
+1
View File
@@ -63,6 +63,7 @@ class Patches(object):
"com.strava": "strava",
"com.microblink.photomath": "photomath",
"o.o.joey": "joey",
"com.vanced.android.youtube": "vanced",
}
@staticmethod