13 Star 66 Fork 141

O2OA企业应用开发平台 / o2oa-android

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
fancylou 提交于 2023-07-20 10:52 . 删除 jcenter 源
// Top-level build file where you can add configuration options common to all sub-projects/modules.
ext {
}
buildscript {
//版本号
ext.gradle_version = '4.1.0'
ext.kotlin_version = '1.6.10'
ext.anko_version = '0.10.3'
repositories {
google()
maven {
url = 'https://maven.aliyun.com/repository/jcenter'
}
mavenCentral()
maven { url "https://jitpack.io" }
maven {
url "https://oss.sonatype.org/content/repositories/snapshots/"
}
}
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"
}
}
allprojects {
repositories {
google()
maven {
url = 'https://maven.aliyun.com/repository/jcenter'
}
mavenCentral()
maven { url "https://jitpack.io" }
maven {
url "https://oss.sonatype.org/content/repositories/snapshots/"
}
}
}
1
https://gitee.com/o2oa/o2oa-android.git
git@gitee.com:o2oa/o2oa-android.git
o2oa
o2oa-android
o2oa-android
master

搜索帮助