Skip to content

Commit

Permalink
upd: v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rhenwinch committed Apr 17, 2024
1 parent 9cb5da5 commit 58e87e9
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 @@ -13,10 +13,10 @@ plugins {
val versionMajor = 1
val versionMinor = 4
val versionPatch = 0
val versionBuild = 1
val versionBuild = 2
val applicationName: String = libs.versions.applicationName.get()
val _applicationId: String = libs.versions.applicationId.get()
val _versionName = "${versionMajor}.${versionMinor}.${versionPatch}-beta${versionBuild}" // TODO: Remove beta
val _versionName = "${versionMajor}.${versionMinor}.${versionPatch}"

fun Project.getCommitVersion(): String {
val byteOut = ByteArrayOutputStream()
Expand Down

0 comments on commit 58e87e9

Please sign in to comment.