Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Willena committed Jan 16, 2021
1 parent 0959c56 commit 6e60814
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Thanks to the more low level google's phonenumber library (https://github.com/go

## How to install

This library is made for android from API 15 to API 25 (and probably more in the future ).
This library is made for android from API 15 to API 29 (and probably more in the future ).
Installation within android Studio is pretty easy, just add these lines to your gradle dependencies.

1. Add this in your root build.gradle at the end of repositories:
Expand All @@ -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.0'
compile 'com.github.Willena:Android_PhoneNumber_Input:1.3.1'
}
```
## How to use
Expand Down
10 changes: 5 additions & 5 deletions phoneinputview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
}

group = 'com.github.willena'
version = '1.3.1-rc2'
version = '1.3.1'

android {
compileSdkVersion 29
Expand All @@ -18,8 +18,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 29
versionCode 14
versionName "1.3.1-rc2"
versionCode 15
versionName "1.3.1"
consumerProguardFiles 'proguard-rules.pro'
}

Expand All @@ -40,7 +40,7 @@ dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13.1'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.material:material:1.2.1'
implementation 'com.googlecode.libphonenumber:libphonenumber:8.12.15'
Expand All @@ -54,7 +54,7 @@ afterEvaluate {
from components.release
groupId = 'com.github.willena'
artifactId = 'phonenumber-widget'
version = '1.3.1-rc2'
version = '1.3.1'
}
}
}
Expand Down

0 comments on commit 6e60814

Please sign in to comment.