6 Star 12 Fork 4

上海倍业信息科技有限公司/EasyAds-Android

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.39 KB
一键复制 编辑 原始数据 按行查看 历史
Aaron 提交于 2022-11-25 10:40 . 升级适配adn至最新版本
// Top-level build file where you can add configuration options common to all sub-projects/modules.
def version = '1.1'
ext {
//统一版本号,同时使用在渠道版本号信息中
EasyAds_version = version
//是否进行SDK版本发布,true会通过embed 绑定广告aar到渠道处理包中
releaseSDK = false
}
buildscript {
repositories {
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
google()
maven { url "https://jitpack.io" }
// 配置HUAWEI Ads SDK的Maven仓地址
maven { url 'https://developer.huawei.com/repo/' }
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.4'
classpath 'com.github.kezong:fat-aar:1.3.5'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
// 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/' }
google()
maven { url "https://jitpack.io" }
// 配置HUAWEI Ads SDK的Maven仓地址
maven { url 'https://developer.huawei.com/repo/' }
flatDir {
dirs 'libs'
}
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/bayescom/EasyAds-Android.git
git@gitee.com:bayescom/EasyAds-Android.git
bayescom
EasyAds-Android
EasyAds-Android
main

搜索帮助

Cb406eda 1850385 E526c682 1850385