Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ramack committed Sep 13, 2018
1 parent daa4f76 commit 37ac16e
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 21
targetSdkVersion 27
versionCode 129
versionName "1.2.9-beta"
versionCode 130
versionName "1.3.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
setProperty("archivesBaseName", "ActivityDiary-" + defaultConfig.versionName)
if (project.file('../ActivityDiarySigning.properties').exists()) {
Expand Down

0 comments on commit 37ac16e

Please sign in to comment.