Bubble_Keyboard/settings.gradle.kts
2025-01-14 17:09:35 +08:00

21 lines
373 B
Plaintext

pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven("https://jitpack.io")
}
}
rootProject.name = "Bubble Keyboard"
include(":app")