mirror of
https://github.com/FatttSnake/OxygenToolbox.git
synced 2026-04-06 01:01:27 +08:00
Updated gradle configuration.
This commit is contained in:
@@ -1,2 +1,16 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
rootProject.name = "Oxygen Toolbox"
|
||||
include ':app'
|
||||
|
||||
Reference in New Issue
Block a user