1 Star 0 Fork 1

lulibo/内窥镜可用的

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
lulibo 提交于 2020-12-21 00:16 . 改名字
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
maven{ url 'http://maven.aliyun.com/nexus/content/repositories/jcenter'}
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.2'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
}
}
allprojects {
repositories {
google()
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
maven{ url 'http://maven.aliyun.com/nexus/content/repositories/jcenter'}
// maven { url 'http://raw.github.com/saki4510t/libcommon/master/repository/' }
maven { url 'https://gitee.com/liuchaoya/libcommon/raw/master/repository/' }
maven { url "https://jitpack.io" }
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
ext {
androidXVersion = '1.1.0' // variable that can be referenced to keep support libs consistent
commonLibVersion= '4.1.1'
versionCompiler = 28
// when target=27, 9.0 is ok
versionTarget = 27
// if hope supporting 4.4
// please modify it to 16
minSdkVersion = 21
versionCode = 99
versionNameString = '1.2.1.20200414'
javaSourceCompatibility = JavaVersion.VERSION_1_8
javaTargetCompatibility = JavaVersion.VERSION_1_8
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lulibo88/the-endoscope-is-available.git
git@gitee.com:lulibo88/the-endoscope-is-available.git
lulibo88
the-endoscope-is-available
内窥镜可用的
master

搜索帮助