1 Star 0 Fork 41

FREE/AndroidUtilCode

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
settings.gradle 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
caimengjie 提交于 2021-12-06 00:00 . opt: Config
//includeBuild 'configPlugin'
//buildscript {
//// ConfigUtils.init(gradle)
// repositories {
// mavenLocal()
// mavenCentral()
// }
//
// dependencies {
// classpath 'com.blankj:buildSrc-plugin:1.0'
// }
//}
//apply plugin: "com.blankj.buildSrc"
//dependencyResolutionManagement {
// repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
// repositories {
// google()
// mavenCentral()
// jcenter() // Warning: this repository is going to shut down soon
// maven {url 'https://jetpack.io'} // Warning: this repository is going to shut down soon
// }
//
//// configurations.all {
//// resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
////
//// resolutionStrategy.eachDependency {
//// if (it.requested.group == 'com.android.support' && !it.requested.name.contains(
//// 'multidex')) {
//// it.useVersion Config.supportVersion
//// }
//// }
//// }
//}
apply from: 'module_config.gradle'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/nullandnull/AndroidUtilCode.git
git@gitee.com:nullandnull/AndroidUtilCode.git
nullandnull
AndroidUtilCode
AndroidUtilCode
master

搜索帮助