diff --git a/libraries/phonenumber/build.gradle b/libraries/phonenumber/build.gradle index d0af564a..a7e70f25 100644 --- a/libraries/phonenumber/build.gradle +++ b/libraries/phonenumber/build.gradle @@ -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 @@ -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'