mirror of
https://github.com/wgtunnel/android.git
synced 2026-06-02 00:29:08 +02:00
18 lines
329 B
Kotlin
18 lines
329 B
Kotlin
pluginManagement {
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "WG Tunnel"
|
|
include(":app")
|
|
|