time-voyager-android / settings.gradle.kts
Trae Assistant
Update Android project structure, add .gitignore and build configs
2e7d7ea
raw
history blame contribute delete
338 Bytes
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "TimeVoyager-Android"
include(":app")