Skip to content
This repository has been archived by the owner on May 12, 2023. It is now read-only.

Commit

Permalink
Public release 953
Browse files Browse the repository at this point in the history
Signed-off-by: Nicholas Chum <[email protected]>
  • Loading branch information
nicholaschum committed Jan 24, 2018
1 parent 748f8ba commit 032712d
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 @@ -47,8 +47,8 @@ android {
applicationId "projekt.substratum"
minSdkVersion 24
targetSdkVersion 27
versionCode 952
versionName "nine hundred fifty two"
versionCode 953
versionName "nine hundred fifty three"
buildConfigField "java.util.Date", "buildTime", "new java.util.Date(" + System.currentTimeMillis() + "L)"
buildConfigField "String", "GIT_HASH", "\"${gitHash()}\""
}
Expand Down

0 comments on commit 032712d

Please sign in to comment.