diff --git a/libraries/dialogs/build.gradle b/libraries/dialogs/build.gradle index 92a3c8bc..73839c53 100644 --- a/libraries/dialogs/build.gradle +++ b/libraries/dialogs/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.5" +version = "1.0.6" android { compileSdkVersion 29 @@ -14,8 +14,8 @@ android { defaultConfig { minSdkVersion 17 targetSdkVersion 29 - versionCode 2 - versionName "1.0.4" + versionCode 3 + versionName "1.0.6" vectorDrawables.useSupportLibrary = true consumerProguardFiles 'consumer-rules.pro'