Skip to content

Commit

Permalink
Bumping version for release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
techyourchance committed May 14, 2019
1 parent f9971e9 commit df5d962
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dialoghelper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ext {

publishedGroupId = 'com.techyourchance'
artifact = 'dialoghelper'
libraryVersion = '0.8.0'
libraryVersion = '0.8.1'

libraryDescription = 'Simple library that provides common DialogFragment related functionality'

Expand All @@ -40,8 +40,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
versionCode 2
versionName "0.8.0"
versionCode 3
versionName "0.8.1"
}

compileOptions {
Expand Down

0 comments on commit df5d962

Please sign in to comment.