@@ -150,30 +150,6 @@ dependencies {
150
150
// if you use the support libraries
151
151
annotationProcessor " com.google.dagger:dagger-android-processor:$daggerVersion "
152
152
153
- // google 兼容库
154
- implementation " com.android.support:support-v4:$supportVersion "
155
- implementation " com.android.support:design:$supportVersion "
156
- implementation " com.android.support:percent:$supportVersion "
157
- implementation " com.android.support:cardview-v7:$supportVersion "
158
- implementation " com.android.support:appcompat-v7:$supportVersion "
159
- implementation ' com.android.support.constraint:constraint-layout:1.0.2'
160
- implementation ' com.android.support:multidex:1.0.3'
161
- implementation ' com.skyfishjy.ripplebackground:library:1.0.1'
162
- implementation ' com.loopj.android:android-async-http:1.4.9'
163
- implementation ' com.astuetz:pagerslidingtabstrip:1.0.1'
164
- implementation ' com.nostra13.universalimageloader:universal-image-loader:1.9.5'
165
- implementation ' se.emilsjolander:stickylistheaders:2.7.0'
166
- implementation ' de.hdodenhof:circleimageview:2.1.0'
167
- implementation ' com.github.rampo.updatechecker:library:2.1.4'
168
- implementation ' com.daimajia.swipelayout:library:1.1.7@aar'
169
- implementation ' com.melnykov:floatingactionbutton:1.3.0'
170
- implementation ' org.greenrobot:eventbus:3.0.0'
171
- implementation ' pl.droidsonroids.gif:android-gif-drawable:1.1.11'
172
- implementation ' com.ms-square:etsyblur:0.1.0'
173
- implementation ' com.github.lzyzsd:circleprogress:1.1.0@aar'
174
- implementation ' it.neokree:MaterialNavigationDrawer:1.3.2'
175
- implementation ' com.prolificinteractive:parallaxpager:2.2.1'
176
- implementation ' com.davemorrissey.labs:subsampling-scale-image-view:3.5.0'
177
153
configurations {
178
154
all* . exclude group : ' com.android.support' , module : ' support-v13'
179
155
}
@@ -187,14 +163,12 @@ dependencies {
187
163
implementation ' org.apmem.tools:layouts:1.9@aar'
188
164
189
165
// flow_layout
190
- compile (' cn.trinea.android.view.autoscrollviewpager:android-auto-scroll-view-pager:1.1.2' ) {
166
+ implementation (' cn.trinea.android.view.autoscrollviewpager:android-auto-scroll-view-pager:1.1.2' ) {
191
167
exclude module : ' support-v4'
192
168
}
193
169
194
170
// implementation 'com.twotoasters.jazzylistview:library:1.2.1'
195
171
196
- // 删除旧版 umeng
197
-
198
172
// implementation project(':social_sdk_library_project')
199
173
implementation project(' :bottom-bar' )
200
174
implementation project(' :luban' )
@@ -213,16 +187,6 @@ dependencies {
213
187
implementation ' com.orhanobut:logger:1.15'
214
188
implementation ' com.github.bmelnychuk:atv:1.2.9'
215
189
216
- // 网络请求
217
- implementation ' com.squareup.retrofit2:retrofit:2.3.0'
218
- implementation ' com.squareup.okhttp3:logging-interceptor:3.9.0'
219
- implementation ' com.google.code.gson:gson:2.8.2'
220
- implementation ' com.squareup.retrofit2:adapter-rxjava:2.1.0'
221
- implementation ' com.squareup.okhttp3:okhttp:3.9.1'
222
- implementation ' io.reactivex:rxjava:1.2.4'
223
- implementation ' io.reactivex:rxandroid:1.2.1'
224
- implementation ' com.squareup.retrofit2:converter-gson:2.3.0'
225
-
226
190
// 仿 apple 的 segmentied control
227
191
implementation ' info.hoang8f:android-segmented:1.0.6'
228
192
@@ -244,10 +208,10 @@ dependencies {
244
208
// jar 依赖
245
209
implementation files(' libs/alipaySingle-20170510.jar' )
246
210
implementation files(' libs/BaiduLBS_Android.jar' )
247
- provided files(' ../common-coding/libs/android-viewbadger.jar' )
211
+ implementation files(' ../common-coding/libs/android-viewbadger.jar' )
248
212
249
213
// 小红点
250
- provided files(' ../common-coding/libs/pinyin4j-2.5.0.jar' )
214
+ implementation files(' ../common-coding/libs/pinyin4j-2.5.0.jar' )
251
215
implementation project(' :share-coding' )
252
216
implementation project(' :git-code-coding' )
253
217
@@ -280,7 +244,7 @@ repositories {
280
244
}
281
245
}
282
246
dependencies {
283
- compile (name : ' checknetwork' , ext : ' aar' )
247
+ implementation (name : ' checknetwork' , ext : ' aar' )
284
248
}
285
249
286
250
// 高斯模糊 start --------------------------------------------------------------------------
0 commit comments