1 Star 0 Fork 151

AISkyLab/o2oa-android

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
fancylou 提交于 2020-11-23 14:33 . o2oa android端源码分离
// 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()
}
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"
// 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/" }
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/SongOfWolf/o2oa-android.git
git@gitee.com:SongOfWolf/o2oa-android.git
SongOfWolf
o2oa-android
o2oa-android
master

搜索帮助