1 Star 0 Fork 0

sanshisan / suyuannanshenzao

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 971 Bytes
一键复制 编辑 原始数据 按行查看 历史
孙伟 提交于 2022-06-22 14:13 . 1.南沈灶溯源巡田详情接口调用
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.5.20'
repositories {
google()
jcenter()
maven { url 'https://jitpack.io' }
mavenCentral()
}
dependencies {
classpath "com.android.tools.build:gradle:7.0.2"
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.0'
}
}
allprojects {
repositories {
google()
jcenter()
maven { url 'https://jitpack.io' }
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
ext {
retrofitVersion = '2.2.0'
okhttploggingVersion = '3.4.1'
okhttpVersion = '3.4.1'
rxjavaVersion = '2.0.1'
rxandroidVersion = '2.0.1'
rxbindingVersion = '2.0.0'
constraintVersion = '1.1.2'
butterknifeVwesion = '8.8.1'
glideVersion = '4.9.0'
glide_transformations = '3.0.1'
signrelease = '../app/nanshenzao.jks'
}
1
https://gitee.com/gitallensuns/suyuannanshenzao.git
git@gitee.com:gitallensuns/suyuannanshenzao.git
gitallensuns
suyuannanshenzao
suyuannanshenzao
master

搜索帮助