1 Star 0 Fork 149

于大伟/o2oa-android

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
fancylou 提交于 2021-09-13 13:41 . 接入华为推送消息
// Top-level build file where you can add configuration options common to all sub-projects/modules.
ext {
}
buildscript {
//版本号
ext.kotlin_version = '1.3.72'
ext.anko_version = '0.10.3'
ext.gradle_version = '3.4.2'
repositories {
google()
jcenter()
// 配置HMS Core SDK的Maven仓地址。
maven {url 'https://developer.huawei.com/repo/'}
}
dependencies {
classpath "com.android.tools.build:gradle:${gradle_version}"
classpath "io.realm:realm-gradle-plugin:3.1.1"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// 增加agcp插件配置。
classpath 'com.huawei.agconnect:agcp:1.6.0.300'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven { url "https://jitpack.io" }
maven {
url "https://oss.sonatype.org/content/repositories/snapshots/"
}
// maven { url "http://mvn.zoneland.net/nexus/content/repositories/land_repo/" }
maven { url "http://maven.o2oa.net/repository/maven-public/" }
// 配置HMS Core SDK的Maven仓地址。
maven {url 'https://developer.huawei.com/repo/'}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dw0225/o2oa-android.git
[email protected]:dw0225/o2oa-android.git
dw0225
o2oa-android
o2oa-android
master

搜索帮助