3 Star 1 Fork 0

Androidjiang/IntelligentArchive

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
路很长 提交于 2018-11-07 17:47 . 2018/11/5
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.2.71'
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'org.greenrobot:greendao-gradle-plugin:3.2.2'//greenDao生产代码插件
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
}
}
allprojects {
repositories {
jcenter()
google()
maven { url 'https://maven.google.com' }
maven { url "http://dl.bintray.com/lukaville/maven" }
maven { url 'https://jitpack.io' }
maven { url "https://raw.github.com/bmob/bmob-android-sdk/master" }
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Androidjiang/IntelligentArchive.git
git@gitee.com:Androidjiang/IntelligentArchive.git
Androidjiang
IntelligentArchive
IntelligentArchive
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385