mirror of
https://github.com/WuKongIM/WuKongIMAndroidSDK
synced 2025-06-01 05:57:39 +00:00
20 lines
409 B
Groovy
20 lines
409 B
Groovy
pluginManagement {
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
maven { url 'https://jitpack.io' }
|
|
}
|
|
}
|
|
|
|
include ':wkim'
|
|
include ':app'
|
|
rootProject.name = "WKIM" |