1 Star 0 Fork 10

虚无境/AutoDingding

forked from CoderPeng/AutoDingding 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 918 Bytes
一键复制 编辑 原始数据 按行查看 历史
CoderPeng 提交于 2023-08-22 11:09 +08:00 . build(*): AGP升级,AS升级,依赖库升级
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.6.10'
repositories {
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'org.greenrobot:greendao-gradle-plugin:3.3.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
//依赖库
maven { url 'https://jitpack.io' }
google()
}
}
tasks.register('clean', Delete) {
delete rootProject.buildDir
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/XuWuJing/AutoDingding.git
git@gitee.com:XuWuJing/AutoDingding.git
XuWuJing
AutoDingding
AutoDingding
master

搜索帮助