Initial Android app implementation

This commit is contained in:
2026-06-08 23:50:28 +09:00
commit ca09dcbd69
18 changed files with 3243 additions and 0 deletions

18
settings.gradle Normal file
View File

@@ -0,0 +1,18 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "YoutubeFavoriteSearch"
include ":app"