Skip to content

Commit

Permalink
[Release] 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaosLeung committed Mar 9, 2019
1 parent c028ec9 commit 5ee1f20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Provides a widget for enter PIN/OTP/password etc on Android 4.1+ (API 16).

## Dependency

PinView has been rebuilt based on AndroidX. If you are still using the android support library, please use 1.4.2.

``` Groovy
repositories {
maven {
Expand All @@ -15,7 +17,7 @@ repositories {
}
dependencies {
compile 'com.chaos.view:pinview:1.4.2'
implementation 'com.chaos.view:pinview:1.4.3'
}
```

Expand Down
2 changes: 1 addition & 1 deletion pinview/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def issueUrl = 'https://github.com/ChaosLeong/PinView/issues'
def gitUrl = '[email protected]:ChaosLeong/PinView.git'

group = "com.chaos.view"
version = "1.4.2"
version = "1.4.3"

install {
repositories.mavenInstaller {
Expand Down

0 comments on commit 5ee1f20

Please sign in to comment.