Skip to content

Commit

Permalink
build(app): update to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rhenwinch committed Sep 14, 2024
1 parent 603baaa commit 5fe0a77
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 @@ -11,8 +11,8 @@ plugins {

// Version
val versionMajor = 2
val versionMinor = 1
val versionPatch = 0
val versionMinor = 0
val versionPatch = 1
val versionBuild = 0
val applicationName: String = libs.versions.applicationName.get()
val _applicationId: String = libs.versions.applicationId.get()
Expand Down

0 comments on commit 5fe0a77

Please sign in to comment.