Skip to content

Commit

Permalink
build(app): update version build to trigger new updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rhenwinch committed Sep 12, 2024
1 parent ac28979 commit 96f7de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
val versionMajor = 2
val versionMinor = 0
val versionPatch = 0
val versionBuild = 0
val versionBuild = 1
val applicationName: String = libs.versions.applicationName.get()
val _applicationId: String = libs.versions.applicationId.get()
val _versionName = "${versionMajor}.${versionMinor}.${versionPatch}"
Expand Down

0 comments on commit 96f7de4

Please sign in to comment.