5 Star 24 Fork 9

Matthew_Chen / TogetherAd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 671 Bytes
一键复制 编辑 原始数据 按行查看 历史
陈序员 提交于 2023-09-01 15:25 . 更新csj&更新csj开屏api
apply from: "config.gradle"
buildscript {
ext.kotlin_version = '1.3.72'
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.kezong:fat-aar:1.2.12'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
}
}
allprojects {
repositories {
google()
jcenter()
maven { url 'https://jitpack.io' }
maven { url 'https://artifact.bytedance.com/repository/pangle' }
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Kotlin
1
https://gitee.com/Matthew_Chen/TogetherAd.git
git@gitee.com:Matthew_Chen/TogetherAd.git
Matthew_Chen
TogetherAd
TogetherAd
master

搜索帮助