Skip to content

Commit

Permalink
Merge pull request #100 from forrestguice/prep-release-0.4.0
Browse files Browse the repository at this point in the history
Prep release 0.4.0
  • Loading branch information
forrestguice authored Jun 12, 2017
2 parents 5466cec + b20bfd7 commit 5f9f7d1
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 @@ -21,8 +21,8 @@ android
applicationId "com.forrestguice.suntimeswidget"
minSdkVersion 10
targetSdkVersion 24
versionCode 10
versionName "0.3.1"
versionCode 11
versionName "0.4.0"

buildConfigField "java.util.Date", "BUILD_TIME", "new java.util.Date(" + getDateAsMillis() + "L)"
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
Expand Down

0 comments on commit 5f9f7d1

Please sign in to comment.