compile 'com.jakewharton:butterknife:8.5.1' annotationProcessor 'com.jakewharton:butterknife-compiler:8.5.1' compile 'com.android.support:design:25.0.0' //butterKnife相关jar包 //retrofit请求网络获取数据相关jar包 compile 'com.squareup.retrofit2:retrofit:2.1.0' //通过gson解析请求数据相关jar包 compile 'com.squareup.retrofit2:converter-gson:2.1.0' //picasso图片异步加载框架 类似于Glide compile 'com.squareup.picasso:picasso:2.3.2' //兼容低版本sdk动画的jar包 compile 'com.nineoldandroids:library:2.4.0' //自定义控件所在的jar包 compile 'com.daimajia.slider:library:1.1.5@aar' //底部弹出窗体自定义控件 compile 'com.flipboard:bottomsheet-commons:1.5.1' compile 'com.flipboard:bottomsheet-core:1.5.1' //StickyListHeadersListView所在jar包 compile 'se.emilsjolander:stickylistheaders:2.7.0'
//omrlite数据库jar包 compile 'com.j256.ormlite:ormlite-android:5.0'
//2.7.0 stickylistheaders的jar包版本号
compile 'se.emilsjolander:stickylistheaders:2.7.0'
//圆形进度条自定义控件
/*compile 'com.github.lzyzsd:circleprogress:1.2.1'*/
compile project(':library')
//butterKnife相关jar包compile 'com.jakewharton:butterknife:8.5.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.5.1'
//retrofit请求网络获取数据相关jar包
compile 'com.squareup.retrofit2:retrofit:2.1.0'
//通过gson解析请求数据相关jar包
compile 'com.squareup.retrofit2:converter-gson:2.1.0'
//picasso图片异步加载框架 类似于Glide
compile 'com.squareup.picasso:picasso:2.3.2'
//兼容低版本sdk动画的jar包
compile 'com.nineoldandroids:library:2.4.0'
//自定义控件所在的jar包
compile 'com.daimajia.slider:library:1.1.5@aar'
//底部弹出窗体自定义控件
compile 'com.flipboard:bottomsheet-commons:1.5.1'
compile 'com.flipboard:bottomsheet-core:1.5.1'
//StickyListHeadersListView所在jar包
compile 'se.emilsjolander:stickylistheaders:2.7.0'
compile files('libs/MobCommons-2016.1201.1839.jar')
compile files('libs/MobTools-2016.1201.1839.jar')
compile name: 'SMSSDK-2.1.3', ext: 'aar'
compile name: 'SMSSDKGUI-2.1.3', ext: 'aar'
//omrlite数据库jar包
compile 'com.j256.ormlite:ormlite-android:5.0'
compile files('libs/alipaySdk-20161129.jar')
compile files('libs/jcore-android-1.1.9.jar')
compile files('libs/jpush-android-3.1.1.jar')
compile files('libs/Amap_2DMap_V2.9.2_20161026.jar')
compile files('libs/AMap_Location_V2.4.1_20160414.jar')
compile files('libs/AMap_Search_V3.6.1_20161122.jar')
compile files('libs/Volley.jar')