2 Star 0 Fork 0

AFish/AFish

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 1.63 KB
一键复制 编辑 原始数据 按行查看 历史
AFish哈哈哈哈 提交于 2016-03-10 20:10 . init
apply plugin: 'com.android.library'
android {
compileSdkVersion 22
buildToolsVersion "22.0.1"
defaultConfig {
minSdkVersion 14
targetSdkVersion 22
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:appcompat-v7:22.2.1'
//json模块
compile 'com.alibaba:fastjson:1.2.3'
//图片缓存模块
compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.3'
//注解模块
compile 'com.jakewharton:butterknife:7.0.0'
//Toast升级模块
compile('de.keyboardsurfer.android.widget:crouton:1.8.5@aar') {
// exclusion is not necessary, but generally a good idea.
exclude group: 'com.google.android', module: 'support-v4'
}
//Toast升级模块
compile 'com.github.johnkil.android-appmsg:appmsg:1.2.0'
//事件总线模块,代替Intent和繁复的事件广播
compile 'com.squareup:otto:1.3.8'
// compile 'de.greenrobot:eventbus:2.4.0'
//ViewPager
compile('cn.trinea.android.view.autoscrollviewpager:android-auto-scroll-view-pager:1.1.2') {
exclude module: 'support-v4'
}
//整合第三方框架
compile files('libs/afinal_0.5.1_bin.jar')
//高大尚菜单
compile 'com.specyci:residemenu:1.6+'
//圆头像
compile 'de.hdodenhof:circleimageview:1.3.0'
//整个APP设置字体
compile 'uk.co.chrisjenx:calligraphy:2.1.0'
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Android
1
https://gitee.com/AFSHZL/AFish.git
[email protected]:AFSHZL/AFish.git
AFSHZL
AFish
AFish
master

搜索帮助