Skip to content

Commit

Permalink
Set phone-numer version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MertNYuksel committed Dec 19, 2019
1 parent f4da3d7 commit 6666eb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libraries/phonenumber/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'kotlin-kapt'
apply plugin: 'com.github.dcendents.android-maven'

group="com.trendyol.ui-components"
version="1.0.0"
version="1.0.1"

android {
compileSdkVersion 29
Expand All @@ -14,8 +14,8 @@ android {
defaultConfig {
minSdkVersion 17
targetSdkVersion 29
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.0.1"
vectorDrawables.useSupportLibrary = true

consumerProguardFiles 'consumer-rules.pro'
Expand Down

0 comments on commit 6666eb9

Please sign in to comment.