Skip to content

Commit

Permalink
Increment version to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MertNYuksel committed Jan 6, 2020
1 parent d4582e9 commit 182a1d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libraries/dialogs/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.5"
version = "1.0.6"

android {
compileSdkVersion 29
Expand All @@ -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'
Expand Down

0 comments on commit 182a1d9

Please sign in to comment.