Skip to content

Commit

Permalink
Bump app version to 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dead8309 committed Jun 12, 2023
1 parent a171478 commit 1aac0e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion data/build.gradle.kts
Expand Up @@ -21,7 +21,6 @@ dependencies {
implementation (libs.bundles.network.ktor)
implementation (libs.ktor.content.negotiation)
implementation (libs.ktor.logging)
implementation (libs.javax)
implementation (projects.common.preference)
implementation (projects.gateway)
implementation (libs.blankj.utilcodex)
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Expand Up @@ -2,8 +2,8 @@
# project level
gradle = "8.0.2"
kotlin = "1.8.0"
version-name = "4.9"
version-code ="4"
version-name = "5.0"
version-code ="5"

# app level
accompanist = "0.31.0-alpha"
Expand Down

0 comments on commit 1aac0e7

Please sign in to comment.