Archived
1
0
This repository has been archived on 2025-10-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
LinCalc/settings.gradle
Sweet Bread dc7b7d6d12 Init
2022-11-18 00:15:16 +03:00

17 lines
324 B
Groovy

pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "LinCalc"
include ':app'