From 182a1d9a24b519a64b10dcb411f4e946035d20ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mert=20Nevzat=20Y=C3=BCksel?= Date: Mon, 6 Jan 2020 12:19:53 +0300 Subject: [PATCH] Increment version to 1.0.6 --- libraries/dialogs/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'