📝 Updated my envs

This commit is contained in:
Nikhil Badyal
2024-03-28 22:42:00 +05:30
parent d34b34bb37
commit ce03f0132f
2 changed files with 27 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ YOUTUBE_EXCLUDE_PATCH=custom-branding-icon-youtube,custom-branding-name-youtube,
#YouTube Music:
YOUTUBE_MUSIC_PATCHES_DL=https://github.com/anddea/revanced-patches/releases/latest-prerelease
YOUTUBE_MUSIC_INTEGRATIONS_DL=https://github.com/anddea/revanced-integrations/releases/latest-prerelease
YOUTUBE_MUSIC_EXCLUDE_PATCH=custom-branding-icon-youtube-music,custom-branding-name-youtube-music,enable-compact-dialog,enable-debug-logging
YOUTUBE_MUSIC_EXCLUDE_PATCH=custom-branding-icon-youtube-music,custom-branding-name-youtube-music,enable-compact-dialog,enable-debug-logging,enable-old-player-layout
#Reddit:
REDDIT_PATCHES_DL=https://github.com/anddea/revanced-patches/releases/latest-prerelease
+26
View File
@@ -61,5 +61,31 @@
"value": "0.25, 0.5, 0.75, 0.9, 1.0, 1.12, 1.25, 1.5, 1.75, 2.0, 2.5, 3.0, 4.0, 5.0"
}
]
},
{
"patchName": "Custom package name",
"options": [
{
"key": "PackageNameYouTube",
"value": "app.rvx.android.youtube"
},
{
"key": "PackageNameYouTubeMusic",
"value": "app.rvx.android.apps.youtube.music"
}
]
},
{
"patchName": "Theme",
"options": [
{
"key": "DarkThemeBackgroundColor",
"value": "@android:color/black"
},
{
"key": "LightThemeBackgroundColor",
"value": "@android:color/white"
}
]
}
]