1 Star 0 Fork 0

常利兵/yimulin_open_source

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 742 Bytes
一键复制 编辑 原始数据 按行查看 历史
buildscript {
dependencies {
classpath 'com.tencent.vasdolly:plugin:3.0.6'
classpath 'com.jakewharton:butterknife-gradle-plugin:10.2.1'
//Gromore自动拉取 Adapre AAR 插件脚本
classpath 'com.pangle.cn:mediation-auto-adapter:1.0.3'
}
}
// AndroidProject-Kotlin 版本:v13.1
plugins {
id 'com.android.application' version '7.1.0' apply false
id 'org.jetbrains.kotlin.android' version '1.6.21' apply false
// AOP 配置插件:https://github.com/wurensen/gradle_plugin_android_aspectjx
id 'io.github.wurensen.android-aspectjx' version '3.2.0' apply false
}
// 导入配置文件
apply from : 'configs.gradle'
tasks.register('clean', Delete) {
delete rootProject.buildDir
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/clbDream/yimulin_open_source.git
git@gitee.com:clbDream/yimulin_open_source.git
clbDream
yimulin_open_source
yimulin_open_source
master

搜索帮助