1 Star 0 Fork 151

chiniseboy/o2oa-android

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 891 Bytes
一键复制 编辑 原始数据 按行查看 历史
fancylou 提交于 2022-06-16 10:54 . flutter 模块集成
// 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()
jcenter()
mavenCentral()
}
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()
jcenter()
mavenCentral()
maven { url "https://jitpack.io" }
maven {
url "https://oss.sonatype.org/content/repositories/snapshots/"
}
//o2oa
// maven { url "http://maven.o2oa.net/repository/maven-public/" }
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chiniseboy/o2oa-android.git
[email protected]:chiniseboy/o2oa-android.git
chiniseboy
o2oa-android
o2oa-android
master

搜索帮助