Skip to content

Commit

Permalink
Release v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eltos committed Jul 1, 2017
1 parent 7e91b79 commit 089d4f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions simpledialogfragment/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 25
versionCode 21
versionName "2.1"
versionCode 211
versionName "2.1.1"
}
buildTypes {
release {
Expand Down Expand Up @@ -50,7 +50,7 @@ ext {
gitUrl = 'https://github.com/eltos/SimpleDialogFragments.git'
githubRepository= 'eltos/SimpleDialogFragments'

libraryVersion = '2.1'
libraryVersion = '2.1.1'

developerId = 'eltos'
developerName = 'Philipp Niedermayer'
Expand Down

1 comment on commit 089d4f8

@eltos
Copy link
Owner Author

@eltos eltos commented on 089d4f8 Jul 1, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes #12

Please sign in to comment.