Skip to content

Commit

Permalink
更新弹窗内容支持SpannableString
Browse files Browse the repository at this point in the history
  • Loading branch information
teprinciple committed Aug 7, 2019
1 parent 7a89b10 commit d2642b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ repositories {
}
// Support
implementation 'com.teprinciple:updateapputils:2.0.2'
implementation 'com.teprinciple:updateapputils:2.0.3'
// AndroidX
implementation 'com.teprinciple:updateapputilsX:2.0.2'
implementation 'com.teprinciple:updateapputilsX:2.0.3'
```

### 使用
Expand Down
2 changes: 1 addition & 1 deletion updateapputils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ publish {
userOrg = 'teprinciple'
groupId = 'com.teprinciple'
artifactId = 'updateapputils'
publishVersion = '2.0.2'
publishVersion = '2.0.3'
desc = 'A Simple library for Android update app'
website = 'https://github.com/teprinciple/UpdateAppUtils'
}

0 comments on commit d2642b8

Please sign in to comment.