Skip to content

Commit 44601f1

Browse files
AriesHoo@126.comAriesHoo@126.com
AriesHoo@126.com
authored and
AriesHoo@126.com
committed
修改部分说明
1 parent e835bf5 commit 44601f1

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ dependencies {
186186
<dependency>
187187
<groupId>com.github.AriesHoo</groupId>
188188
<artifactId>FastLib</artifactId>
189-
<version>2.3.2</version>
189+
<version>2.3.4</version>
190190
</dependency>
191191
```
192192

@@ -200,11 +200,13 @@ implementation project(':fastLib')
200200

201201
```
202202
compileSdkVersion = 28
203-
minSdkVersion = 16
203+
minSdkVersion = 19
204204
minLibSdkVersion = 15
205205
targetSdkVersion = 28
206206
supportVersion = "1.0.0"
207207
widgetVersion = "3.2.24"
208+
versionCode = 246
209+
versionName = "2.3.4"
208210
```
209211

210212
```
@@ -219,7 +221,7 @@ dependencies {
219221
//下拉刷新库
220222
compileOnly 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0-andx-14'
221223
//图片加载
222-
compileOnly 'com.github.bumptech.glide:glide:4.8.0'
224+
compileOnly 'com.github.bumptech.glide:glide:4.10.0'
223225
//常用UI控件(TitleBarView、RadiusView等)
224226
api "com.github.AriesHoo.UIWidget:widget-core:$rootProject.widgetVersion"
225227
//快速Tab库

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ android {
7676
dependencies {
7777
implementation fileTree(include: ['*.jar'], dir: 'libs')
7878
implementation project(':library')
79-
// implementation 'com.github.AriesHoo:FastLib:2.3.3'
79+
// implementation 'com.github.AriesHoo:FastLib:2.3.4'
8080
debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.6.3'
8181
releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.6.3'
8282
testImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.6.3'
@@ -111,7 +111,7 @@ dependencies {
111111
implementation 'com.github.lygttpod:SuperTextView:2.1.8'
112112
implementation 'com.flyco.labelview:FlycoLabelView_Lib:1.0.2@aar'
113113
//文件选择器
114-
implementation 'com.github.LuckSiege.PictureSelector:picture_library:v2.2.3'
114+
implementation 'com.github.LuckSiege.PictureSelector:picture_library:v2.2.5'
115115
//友盟统计
116116
implementation 'com.umeng.analytics:analytics:latest.integration'
117117
//Bugly

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ task clean(type: Delete) {
2727

2828
ext{
2929
compileSdkVersion = 28
30-
minSdkVersion = 17
30+
minSdkVersion = 19
3131
minLibSdkVersion = 15
3232
targetSdkVersion = 28
3333
supportVersion = "1.0.0"
3434
widgetVersion = "3.2.24"
3535
versionCode = 246
36-
versionName = "2.3.2"
36+
versionName = "2.3.4"
3737
}

library/proguard-rules.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949
**[] $VALUES;
5050
public *;
5151
}
52+
# for DexGuard only
53+
-keepresourcexmlelements manifest/application/meta-data@value=GlideModule
5254
#Glide-END
5355

5456
#EventBus-START

0 commit comments

Comments
 (0)