feat: migrar player a media3 y mejoras de resolución

This commit is contained in:
Renato
2026-03-02 18:25:49 -03:00
parent 1526766630
commit 9360294d22
24 changed files with 1679 additions and 295 deletions

21
DisneyPlayer/build.gradle Normal file
View File

@@ -0,0 +1,21 @@
buildscript {
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.5.1'
}
}
allprojects {
repositories {
google()
mavenCentral()
maven { url "https://jitpack.io" }
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}