Skip to content

Commit d2642b8

Browse files
committedAug 7, 2019
更新弹窗内容支持SpannableString
1 parent 7a89b10 commit d2642b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ repositories {
2828
}
2929
3030
// Support
31-
implementation 'com.teprinciple:updateapputils:2.0.2'
31+
implementation 'com.teprinciple:updateapputils:2.0.3'
3232
3333
// AndroidX
34-
implementation 'com.teprinciple:updateapputilsX:2.0.2'
34+
implementation 'com.teprinciple:updateapputilsX:2.0.3'
3535
```
3636

3737
### 使用

‎updateapputils/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ publish {
4444
userOrg = 'teprinciple'
4545
groupId = 'com.teprinciple'
4646
artifactId = 'updateapputils'
47-
publishVersion = '2.0.2'
47+
publishVersion = '2.0.3'
4848
desc = 'A Simple library for Android update app'
4949
website = 'https://github.com/teprinciple/UpdateAppUtils'
5050
}

0 commit comments

Comments
 (0)
Please sign in to comment.