Skip to content
This repository has been archived by the owner on Aug 21, 2021. It is now read-only.

Commit

Permalink
Updated library version to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbel committed Nov 12, 2018
1 parent a90756a commit c9d9b09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ android {
applicationId "org.michaelbel.bottomsheetdialog"
minSdkVersion 21
targetSdkVersion 28
versionCode 26
versionName "1.2.3"
buildConfigField "String", "VERSION_DATE", '"20 Aug 2018"'
versionCode 27
versionName "1.2.4"
buildConfigField "String", "VERSION_DATE", '"12 Nov 2018"'
}

buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion bottomsheet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ext {
artifact = 'bottomsheet'
publishedGroupId = 'org.michaelbel'

libraryVersion = '1.2.3'
libraryVersion = '1.2.4'
libraryName = 'BottomSheet'
libraryDescription = 'BottomSheet dialogs library for Android'

Expand Down

0 comments on commit c9d9b09

Please sign in to comment.