2 Star 0 Fork 0

mirrors_yanzhenjie/mvp-sample

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.gradle 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
YanZhenjie 提交于 2018-01-30 19:39 +08:00 . Initialize.
ext {
plugins = [
library : 'com.android.library',
application: 'com.android.application',
butterKnife: 'com.jakewharton.butterknife',
]
android = [
compileSdkVersion: 26,
buildToolsVersion: "26.0.3",
defaultConfig : [
applicationId : "com.yanzhenjie.mvp.sample",
minSdkVersion : 14,
targetSdkVersion: 26,
versionCode : 1,
versionName : "1.0.0",
runner : "android.support.test.runner.AndroidJUnitRunner"
]
]
dependencies = [
junit : 'junit:junit:4.12',
expressoCore : 'com.android.support.test.espresso:espresso-core:2.2.2',
appCompat : 'com.android.support:appcompat-v7:26.1.0',
design : 'com.android.support:design:26.1.0',
butterKnife : 'com.jakewharton:butterknife:8.8.1',
butterKnifeCompiler: 'com.jakewharton:butterknife-compiler:8.8.1',
swipeRecyclerView : 'com.yanzhenjie:recyclerview-swipe:1.1.4'
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_yanzhenjie/mvp-sample.git
git@gitee.com:mirrors_yanzhenjie/mvp-sample.git
mirrors_yanzhenjie
mvp-sample
mvp-sample
master

搜索帮助