Skip to content

Commit

Permalink
Update version to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Willena committed Jan 28, 2021
1 parent 4ffe32a commit 37dfca4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Installation within android Studio is pretty easy, just add these lines to your
2. Add the dependency
```gradle
dependencies {
compile 'com.github.Willena:Android_PhoneNumber_Input:1.3.1'
compile 'com.github.Willena:Android_PhoneNumber_Input:1.3.2'
}
```
## How to use
Expand Down
6 changes: 3 additions & 3 deletions phoneinputview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 29
versionCode 15
versionName "1.3.1"
versionCode 16
versionName "1.3.2"
consumerProguardFiles 'proguard-rules.pro'
}

Expand Down Expand Up @@ -54,7 +54,7 @@ afterEvaluate {
from components.release
groupId = 'com.github.willena'
artifactId = 'phonenumber-widget'
version = '1.3.1'
version = '1.3.2'
}
}
}
Expand Down

0 comments on commit 37dfca4

Please sign in to comment.