2 Star 1 Fork 0

张小德 / MXKeyValue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
settings.gradle 699 Bytes
一键复制 编辑 原始数据 按行查看 历史
张小德 提交于 2024-03-25 07:10 . 1.3.0
pluginManagement {
repositories {
maven { url 'https://maven.aliyun.com/repository/google' }
maven { url 'https://maven.aliyun.com/repository/public' }
maven { url 'https://jitpack.io' }
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.PREFER_SETTINGS)
repositories {
maven { url 'https://maven.aliyun.com/repository/google' }
maven { url 'https://maven.aliyun.com/repository/public' }
maven { url 'https://jitpack.io' }
google()
mavenCentral()
}
}
rootProject.name = "MXKeyValue"
include ':app'
include ':LibKeyValue'
1
https://gitee.com/zhangmengxiong/MXKeyValue.git
git@gitee.com:zhangmengxiong/MXKeyValue.git
zhangmengxiong
MXKeyValue
MXKeyValue
master

搜索帮助