From 37dfca4dcba060d188e3e49a9513c9db8cbcc007 Mon Sep 17 00:00:00 2001 From: Villena Guillaume Date: Thu, 28 Jan 2021 22:36:08 +0100 Subject: [PATCH] Update version to 1.3.2 --- README.md | 2 +- phoneinputview/build.gradle | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 45fcb1c..1d0cd55 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/phoneinputview/build.gradle b/phoneinputview/build.gradle index dff386e..d7c3098 100644 --- a/phoneinputview/build.gradle +++ b/phoneinputview/build.gradle @@ -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' } @@ -54,7 +54,7 @@ afterEvaluate { from components.release groupId = 'com.github.willena' artifactId = 'phonenumber-widget' - version = '1.3.1' + version = '1.3.2' } } }