1 Star 0 Fork 0

aliyun-log/aliyun-log-android-sdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
settings.gradle 2.50 KB
一键复制 编辑 原始数据 按行查看 历史
gzbleu 提交于 2024-03-07 15:46 . feat: add network diagnosis example
pluginManagement {
repositories {
// sonatype
// maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots/" }
// maven { url 'https://oss.sonatype.org/content/repositories/public/' }
// maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
mavenLocal()
mavenCentral()
google()
jcenter()
// aliyun maven
// mirror of google()
maven { url 'https://maven.aliyun.com/repository/google' }
// mirror of central & jcenter
maven { url 'https://maven.aliyun.com/repository/public' }
// mirror of gradlePluginPortal
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
// internal alibaba maven
maven {
allowInsecureProtocol = true
url 'http://mvnrepo.alibaba-inc.com/mvn/repository'
}
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.PREFER_SETTINGS)
repositories {
// sonatype
// maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots/" }
// maven { url 'https://oss.sonatype.org/content/repositories/public/' }
// maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
mavenCentral()
google()
jcenter()
// aliyun maven
// mirror of google()
maven { url 'https://maven.aliyun.com/repository/google' }
// mirror of central & jcenter
maven { url 'https://maven.aliyun.com/repository/public' }
// mirror of gradlePluginPortal
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
// internal alibaba maven
maven {
allowInsecureProtocol = true
url 'http://mvnrepo.alibaba-inc.com/mvn/repository'
}
}
}
include ':app'
include ':aliyun_sls_android_producer'
include ':aliyun_sls_android_ot'
include ':aliyun_sls_android_core'
include ':aliyun_sls_android_crashreporter_old'
include ':aliyun_sls_android_crashreporter'
include ':aliyun_sls_android_blockdetection'
include ':aliyun_sls_android_network_diagnosis'
include ':aliyun_sls_android_unity_plugin'
include ':aliyun_sls_android_trace'
include ':aliyun_sls_android_okhttp'
include ':aliyun_sls_android_ot_ktx'
include ':testable'
include ':webview_instrumentation'
include ':aliyun_sls_android_exporter_otlp'
include ':aliyun_sls_android_otel_common'
include ':okhttp_instrumentation'
include ':examples'
include ':examples:network_diagnosis'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/aliyun-log/aliyun-log-android-sdk.git
git@gitee.com:aliyun-log/aliyun-log-android-sdk.git
aliyun-log
aliyun-log-android-sdk
aliyun-log-android-sdk
master

搜索帮助

A270a887 8829481 3d7a4017 8829481