@@ -6,7 +6,10 @@ android {
66 useLibrary ' org.apache.http.legacy' // 因为 sdk23 去掉了 apache
77 buildToolsVersion " 23.0.2"
88
9- defaultConfig {
9+ dexOptions {
10+ incremental true
11+ }
12+ defaultConfig {
1013 applicationId " net.coding.program"
1114 renderscriptTargetApi 19
1215// multiDexEnabled true
@@ -22,8 +25,8 @@ android {
2225
2326dependencies {
2427 compile fileTree(dir : ' libs' , include : [' *.jar' ])
25- compile ' com.android.support:support-v4:23.0.+ '
26- compile ' com.android.support:appcompat-v7:23.0.+ '
28+ compile ' com.android.support:support-v4:23.1.1 '
29+ compile ' com.android.support:appcompat-v7:23.1.1 '
2730 compile ' com.skyfishjy.ripplebackground:library:1.0.1'
2831 compile ' com.loopj.android:android-async-http:1.4.6'
2932 compile ' com.astuetz:pagerslidingtabstrip:1.0.1'
@@ -35,12 +38,12 @@ dependencies {
3538 compile ' com.umeng.analytics:analytics:latest.integration'
3639 compile ' com.melnykov:floatingactionbutton:1.3.0'
3740 compile ' de.greenrobot:eventbus:2.4.0'
38- compile ' pl.droidsonroids.gif:android-gif-drawable:1.1.+ '
41+ compile ' pl.droidsonroids.gif:android-gif-drawable:1.1.11 '
3942 compile ' com.github.chrisbanes.photoview:library:1.2.3'
40- compile ' com.android.support:support-v13:23.0.+ '
43+ compile ' com.android.support:support-v13:23.1.1 '
4144 compile ' com.ms-square:etsyblur:0.1.0'
4245 compile ' com.github.lzyzsd:circleprogress:1.1.0@aar'
43- compile ' com.android.support:cardview-v7:23.+ '
46+ compile ' com.android.support:cardview-v7:23.1.1 '
4447 compile ' it.neokree:MaterialNavigationDrawer:1.3.2'
4548 compile files(' libs/BaiduLBS_Android.jar' )
4649 compile ' com.github.chrisbanes.photoview:library:1.2.2'
@@ -57,7 +60,7 @@ dependencies {
5760 // compile 'com.twotoasters.jazzylistview:library:1.2.1'
5861 compile project(' :social_sdk_library_project' )
5962 compile ' com.bigkoo:convenientbanner:1.0.8'
60- compile ' com.android.support:design:23.+ '
63+ compile ' com.android.support:design:23.1.1 '
6164 compile project(' :scrollanimationlibrary' )
6265 compile files(' libs/pinyin4j-2.5.0.jar' )
6366// compile 'com.belerweb:pinyin4j:2.5.0'
0 commit comments