Skip to content

Commit

Permalink
Up'ed version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
riggaroo committed Apr 30, 2016
1 parent 27f201a commit df1df7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
applicationId "org.bookdash.android"
minSdkVersion 16
targetSdkVersion 23
versionCode 18
versionName "1.1.0"
versionCode 19
versionName "1.1.1"
testInstrumentationRunner "org.bookdash.android.presentation.CustomTestRunner"
buildConfigField "String", "PARSE_APPLICATION_ID", "\"${BOOKDASH_PARSE_APP_ID}\""
buildConfigField "String", "PARSE_CLIENT_KEY", "\"${BOOKDASH_PARSE_CLIENT_ID}\""
Expand Down

0 comments on commit df1df7f

Please sign in to comment.