Skip to content

Commit

Permalink
25/06/2024.
Browse files Browse the repository at this point in the history
  • Loading branch information
youndon committed Jul 5, 2024
1 parent d99366e commit 3267064
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
@@ -1,7 +1,7 @@
package city.zouitel.systemDesign

object CommonConstants {
const val APP_VERSION = "5.8.0"
const val APP_VERSION = "5.9.0"
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 = "1.9.22"
compilesdk-v = "34"
minsdk-v = "26"
targetsdk-v = "34"
code-v = "580"
name-v = "5.8.0"
code-v = "590"
name-v = "5.9.0"
compose-v = "1.5.10"

#Android.
Expand Down

0 comments on commit 3267064

Please sign in to comment.