2 Star 12 Fork 3

开源项目 / FrameLib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.57 KB
一键复制 编辑 原始数据 按行查看 历史
Jia 提交于 2022-08-23 23:31 . commit all
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
maven { url 'https://maven.aliyun.com/repository/central' }
maven { url 'https://maven.aliyun.com/repository/public' }
maven { url 'https://maven.aliyun.com/repository/google' }
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
maven { url 'https://developer.huawei.com/repo/' }
}
dependencies {
classpath 'com.android.tools.build:gradle:7.2.2'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.36.0'
classpath 'com.smallsoho.mobcase:McImage:1.5.1'
classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.2.21'
classpath 'io.github.didi.dokit:dokitx-plugin:3.6.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
maven { url 'https://maven.aliyun.com/repository/central' }
maven { url 'https://maven.aliyun.com/repository/public' }
maven { url 'https://maven.aliyun.com/repository/google' }
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
maven { url 'https://jitpack.io' }
maven { url 'https://developer.huawei.com/repo/' }
}
//全局强制依赖
configurations.all {
resolutionStrategy {
// force 'org.threeten:threetenbp:1.6.1'
}
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
apply from: 'config.gradle'
Android
1
https://gitee.com/jxos/FrameLib.git
git@gitee.com:jxos/FrameLib.git
jxos
FrameLib
FrameLib
master

搜索帮助