Ambient Launcher #1

This commit is contained in:
jahruz67
2026-07-25 14:25:23 -07:00
commit 29fc34dbdf
17 changed files with 1623 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "AmbientLauncher"
include(":app")