mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-22 01:45:19 +01:00
Alibek Omarov
f04a26901c
git-subtree-dir: android git-subtree-mainline:b9f4f1eba4
git-subtree-split:add509bf9e
18 lines
330 B
Plaintext
18 lines
330 B
Plaintext
pluginManagement {
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "Xash3D FWGS"
|
|
include(":app")
|