feat(YouTube - Swipe controls): Swipe controls UI improvements (#4422)

This commit is contained in:
MarcaD
2025-02-18 09:07:28 +02:00
committed by GitHub
parent 2b34096af6
commit 198e4d2a23
16 changed files with 545 additions and 140 deletions

View File

@ -5,8 +5,6 @@ dependencies {
}
android {
compileSdk = 33 // TODO: Update Swipe controls code to allow updating this to the latest sdk.
defaultConfig {
minSdk = 26
}