File tree 4 files changed +11
-7
lines changed
4 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ dependencies {
186
186
<dependency>
187
187
<groupId>com.github.AriesHoo</groupId>
188
188
<artifactId>FastLib</artifactId>
189
- <version>2.3.2 </version>
189
+ <version>2.3.4 </version>
190
190
</dependency>
191
191
```
192
192
@@ -200,11 +200,13 @@ implementation project(':fastLib')
200
200
201
201
```
202
202
compileSdkVersion = 28
203
- minSdkVersion = 16
203
+ minSdkVersion = 19
204
204
minLibSdkVersion = 15
205
205
targetSdkVersion = 28
206
206
supportVersion = "1.0.0"
207
207
widgetVersion = "3.2.24"
208
+ versionCode = 246
209
+ versionName = "2.3.4"
208
210
```
209
211
210
212
```
@@ -219,7 +221,7 @@ dependencies {
219
221
//下拉刷新库
220
222
compileOnly 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0-andx-14'
221
223
//图片加载
222
- compileOnly 'com.github.bumptech.glide:glide:4.8 .0'
224
+ compileOnly 'com.github.bumptech.glide:glide:4.10 .0'
223
225
//常用UI控件(TitleBarView、RadiusView等)
224
226
api "com.github.AriesHoo.UIWidget:widget-core:$rootProject.widgetVersion"
225
227
//快速Tab库
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ android {
76
76
dependencies {
77
77
implementation fileTree(include : [' *.jar' ], dir : ' libs' )
78
78
implementation project(' :library' )
79
- // implementation 'com.github.AriesHoo:FastLib:2.3.3 '
79
+ // implementation 'com.github.AriesHoo:FastLib:2.3.4 '
80
80
debugImplementation ' com.squareup.leakcanary:leakcanary-android:1.6.3'
81
81
releaseImplementation ' com.squareup.leakcanary:leakcanary-android-no-op:1.6.3'
82
82
testImplementation ' com.squareup.leakcanary:leakcanary-android-no-op:1.6.3'
@@ -111,7 +111,7 @@ dependencies {
111
111
implementation ' com.github.lygttpod:SuperTextView:2.1.8'
112
112
implementation ' com.flyco.labelview:FlycoLabelView_Lib:1.0.2@aar'
113
113
// 文件选择器
114
- implementation ' com.github.LuckSiege.PictureSelector:picture_library:v2.2.3 '
114
+ implementation ' com.github.LuckSiege.PictureSelector:picture_library:v2.2.5 '
115
115
// 友盟统计
116
116
implementation ' com.umeng.analytics:analytics:latest.integration'
117
117
// Bugly
Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ task clean(type: Delete) {
27
27
28
28
ext {
29
29
compileSdkVersion = 28
30
- minSdkVersion = 17
30
+ minSdkVersion = 19
31
31
minLibSdkVersion = 15
32
32
targetSdkVersion = 28
33
33
supportVersion = " 1.0.0"
34
34
widgetVersion = " 3.2.24"
35
35
versionCode = 246
36
- versionName = " 2.3.2 "
36
+ versionName = " 2.3.4 "
37
37
}
Original file line number Diff line number Diff line change 49
49
**[] $VALUES;
50
50
public *;
51
51
}
52
+ # for DexGuard only
53
+ -keepresourcexmlelements manifest/application/meta-data@value=GlideModule
52
54
#Glide-END
53
55
54
56
#EventBus-START
You can’t perform that action at this time.
0 commit comments