Files
webtime/settings.gradle.kts
drifty 2a92ce1507 REDEV COMMIT MEGA
new version of webtime with media upload and new gradle compat
2025-05-07 13:21:32 +05:30

24 lines
533 B
Plaintext

pluginManagement {
repositories {
google {
content {
includeGroupByRegex("com\\.android.*")
includeGroupByRegex("com\\.google.*")
includeGroupByRegex("androidx.*")
}
}
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "webtime3"
include(":app")