11 Star 16 Fork 2

明天的农夫 / RichCommon

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 892 Bytes
一键复制 编辑 原始数据 按行查看 历史
hjl 提交于 2024-01-02 23:09 . feat:添加toolbar及实例
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
maven { url 'https://maven.aliyun.com/nexus/content/repositories/google' }
maven { url 'https://maven.aliyun.com/nexus/content/groups/public' }
maven { url 'https://maven.aliyun.com/nexus/content/repositories/jcenter' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.0'
}
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
}
}
allprojects {
repositories {
maven { url 'https://maven.aliyun.com/nexus/content/repositories/google' }
maven { url 'https://maven.aliyun.com/nexus/content/groups/public' }
maven { url 'https://maven.aliyun.com/nexus/content/repositories/jcenter' }
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Android
1
https://gitee.com/jarlen/RichCommon.git
git@gitee.com:jarlen/RichCommon.git
jarlen
RichCommon
RichCommon
master

搜索帮助