Skip to content

Commit

Permalink
Release 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
javiersantos committed May 9, 2016
1 parent 0368d17 commit 403743e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.github.javiersantos.materialstyleddialogs.demo"
minSdkVersion 11
targetSdkVersion 23
versionCode 5
versionName "1.3"
versionCode 8
versionName "1.4.1"
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 11
targetSdkVersion 23
versionCode 7
versionName "1.4"
versionCode 8
versionName "1.4.1"
}
buildTypes {
release {
Expand Down

0 comments on commit 403743e

Please sign in to comment.