mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🎨 Added spotify-lite (#331)
This commit is contained in:
@@ -197,6 +197,7 @@ You can use any of the following methods to build.
|
|||||||
46. [photomath](https://www.apkmonk.com/app/com.microblink.photomath/)
|
46. [photomath](https://www.apkmonk.com/app/com.microblink.photomath/)
|
||||||
47. [joey](https://www.apkmonk.com/app/o.o.joey/)
|
47. [joey](https://www.apkmonk.com/app/o.o.joey/)
|
||||||
48. [vanced](https://www.apkmirror.com/apk/team-vanced/youtube-vanced/)
|
48. [vanced](https://www.apkmirror.com/apk/team-vanced/youtube-vanced/)
|
||||||
|
49. [spotify-lite](https://www.apkmonk.com/app/com.spotify.lite/)
|
||||||
<br>`**` - You can also patch any other app which is **not** supported officially.To do so, you need to provide
|
<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.
|
few more inputs to the tool which are mentioned below.
|
||||||
```ini
|
```ini
|
||||||
|
|||||||
@@ -66,4 +66,5 @@ apk_sources = {
|
|||||||
"hex-editor": APK_PURE_URL,
|
"hex-editor": APK_PURE_URL,
|
||||||
"photomath": APK_MONK_APK_URL,
|
"photomath": APK_MONK_APK_URL,
|
||||||
"joey": APK_MONK_APK_URL,
|
"joey": APK_MONK_APK_URL,
|
||||||
|
"spotify-lite": APK_MONK_APK_URL,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -64,6 +64,7 @@ class Patches(object):
|
|||||||
"com.microblink.photomath": "photomath",
|
"com.microblink.photomath": "photomath",
|
||||||
"o.o.joey": "joey",
|
"o.o.joey": "joey",
|
||||||
"com.vanced.android.youtube": "vanced",
|
"com.vanced.android.youtube": "vanced",
|
||||||
|
"com.spotify.lite/": "spotify-lite",
|
||||||
}
|
}
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|||||||
Reference in New Issue
Block a user