Skip to content

Commit

Permalink
20/02/2024.
Browse files Browse the repository at this point in the history
  • Loading branch information
youndon committed Feb 20, 2024
1 parent e2e23db commit 324382e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 = "412"
name-v = "4.1.2"
code-v = "413"
name-v = "4.1.3"
compose-v = "1.5.8"

#Android.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object Cons {
const val TAG = "This"
const val NUL = "null"

const val APP_VERSION = "4.1.2"
const val APP_VERSION = "4.1.3"

const val ID = "Id"
const val TITLE = "Title"
Expand Down

0 comments on commit 324382e

Please sign in to comment.