1 Star 0 Fork 21

zhuweijian / fastlite-2016

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 730 Bytes
一键复制 编辑 原始数据 按行查看 历史
jani 提交于 2017-09-04 20:05 . 添加 greendao
buildscript {
repositories {
jcenter()
}
dependencies {
// classpath 'com.android.tools.build:gradle:2.2.3'
classpath 'com.android.tools.build:gradle:2.2.0'
classpath 'com.jakewharton:butterknife-gradle-plugin:8.5.1'
classpath 'org.greenrobot:greendao-gradle-plugin:3.1.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
}
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
sourceCompatibility = 1.7
targetCompatibility = 1.7
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Android
1
https://gitee.com/zhuweijian/fastlite-2016.git
git@gitee.com:zhuweijian/fastlite-2016.git
zhuweijian
fastlite-2016
fastlite-2016
master

搜索帮助