Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ramack committed Feb 9, 2018
1 parent 14f97e7 commit fc00ce2
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 @@ -42,8 +42,8 @@ android {
applicationId "de.rampro.activitydiary"
minSdkVersion 16
targetSdkVersion 25
versionCode 114
versionName "1.1.4-beta"
versionCode 115
versionName "1.1.5"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
setProperty("archivesBaseName", "ActivityDiary-" + defaultConfig.versionName)
if (project.file('../ActivityDiarySigning.properties').exists()) {
Expand Down

0 comments on commit fc00ce2

Please sign in to comment.