Files
AndroidJetpack/Gauge/settings.gradle.kts
T
coco 723ce1af5c a
2026-07-03 15:12:48 +08:00

40 lines
1.2 KiB
Kotlin

/*
* Gauge/Gauge
* settings.gradle.kts Copyrighted by Yamin Siahmargooei at 2023/10/24
* settings.gradle.kts Last modified copyright at 2023/10/24
* This file is part of Gauge/Gauge.
* Copyright (C) 2023 Yamin Siahmargooei
*
* Gauge/Gauge is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Gauge/Gauge is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Gauge. If not, see <https://www.gnu.org/licenses/>.
*/
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Gauge"
include(":app")
include(":Gauge")