7 Star 0 Fork 1

Sita/cfmotor-android

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 1.55 KB
一键复制 编辑 原始数据 按行查看 历史
zhanglijuan 提交于 2016-10-31 16:03 . 环境配置
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
// maven { url 'http://maven.oschina.net/content/groups/public/' }
mavenCentral()
jcenter()
}
dependencies {
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath 'com.android.tools.build:gradle:2.2.0'
// This does not break the build when Android Studio is missing the JRebel for Android plugin.
//classpath 'com.zeroturnaround.jrebel.android:jr-android-gradle:1.0.+'
// This does not break the build when Android Studio is missing the JRebel for Android plugin.
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
classpath 'me.tatarka:gradle-retrolambda:3.2.5'
classpath 'me.tatarka.retrolambda.projectlombok:lombok.ast:0.2.3.a2'
}
}
allprojects {
repositories {
// maven { url 'http://maven.oschina.net/content/groups/public/' }
mavenCentral()
jcenter()
maven { url "https://jitpack.io" }
maven {
url 'http://lorenzo.villani.me/android-cropimage/'
}
maven { url 'https://github.com/yongjhih/android-gradle-plugin.m2/raw/master/' }
//maven { url 'https://repo.spring.io/libs-milestone' }
// maven {
// url 'https://bintray.com/artifact/download/jjhesk/maven/'
// }
maven {
url 'http://dl.bintray.com/gigamole/maven/'
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Android
1
https://gitee.com/sita/cfmotor-android.git
git@gitee.com:sita/cfmotor-android.git
sita
cfmotor-android
cfmotor-android
master

搜索帮助