Initial commit - cleaned for CV

This commit is contained in:
Renato97
2026-03-31 01:23:28 -03:00
commit 97845f6210
65 changed files with 4908 additions and 0 deletions

9
settings.gradle Normal file
View File

@@ -0,0 +1,9 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
rootProject.name = "StreamPlayer"
include ':app'