taomenggo init

This commit is contained in:
guozhen
2024-08-06 10:30:15 +08:00
committed by xuhuixiang
parent 3e7fd07f4f
commit c929efd05e
3007 changed files with 229844 additions and 77 deletions

64
settings.gradle.kts Normal file
View File

@@ -0,0 +1,64 @@
/*
* Copyright (c) 2022 NetEase, Inc. All rights reserved.
* Use of this source code is governed by a MIT license that can be found in the LICENSE file.
*/
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
maven {
setUrl("https://jitpack.io")
}
maven {
setUrl("https://oss.sonatype.org/content/repositories/snapshots/")
}
maven {
setUrl("https://developer.huawei.com/repo/")
}
maven {
setUrl("https://maven.aliyun.com/nexus/content/repositories/jcenter")
}
maven {
setUrl("https://oss.sonatype.org/content/repositories/snapshots/")
}
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven {
setUrl("https://jitpack.io")
}
maven {
setUrl("https://oss.sonatype.org/content/repositories/snapshots/")
}
maven {
setUrl("https://developer.huawei.com/repo/")
}
maven {
setUrl("https://maven.aliyun.com/nexus/content/repositories/jcenter")
}
maven {
setUrl("https://oss.sonatype.org/content/repositories/snapshots/")
}
}
}
rootProject.name = "lllchat-android"
include(":app")
include(":conversationkit-ui")
include(":teamkit-ui")
include(":contactkit-ui")
include(":chatkit-ui")
include(":locationkit")
include(":fingermanager")
//include(":citypickerview")