Skip to content

Commit

Permalink
chore: Update app version to 6.8.1
Browse files Browse the repository at this point in the history
Updated the app version to 6.8.1 in `CommonConstants` and `
libs.versions.toml`.

- Updated `APP_VERSION` constant in `CommonConstants` from "6.8.0" to "6.8.1".
- Updated `code-version` in `libs.versions.toml` from "680" to "681".

- Updated `name-version` in `libs.versions.toml` from "6.8.0" to "6.8.1".
  • Loading branch information
youndon committed Nov 18, 2024
1 parent 36e2023 commit 439c547
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package city.zouitel.systemDesign


object CommonConstants {
const val APP_VERSION = "6.8.0"
const val APP_VERSION = "6.8.1"
const val APP_NAME = "JetNote"
const val NONE = "unspecified"

Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ kotlin = "2.0.0"
compileSdk-version = "35"
minSdk-version = "26"
targetSdk-version = "35"
code-version = "680"
name-version = "6.8.0"
code-version = "681"
name-version = "6.8.1"
compose-version = "1.5.14"

#Android.
Expand Down

0 comments on commit 439c547

Please sign in to comment.