代码拉取完成,页面将自动刷新
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'
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。