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

Commit

Permalink
Public release 1015
Browse files Browse the repository at this point in the history
Signed-off-by: Harsh Shandilya <[email protected]>
  • Loading branch information
Harsh Shandilya committed Dec 15, 2018
1 parent 1760a3e commit 52ebfbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {
applicationId = "projekt.substratum"
minSdkVersion(24)
targetSdkVersion(28)
versionCode = 1014
versionName = "one thousand fourteen"
versionCode = 1015
versionName = "one thousand fifteen"
buildConfigField("java.util.Date", "buildTime", "new java.util.Date(${System.currentTimeMillis()}L)")
buildConfigField("String", "GIT_HASH", "\"${gitHash()}\"")
setProperty("archivesBaseName", "substratum_${gitHash()}")
Expand Down

0 comments on commit 52ebfbc

Please sign in to comment.