Skip to content

Commit

Permalink
[CHORE] app version up
Browse files Browse the repository at this point in the history
  • Loading branch information
easyhooon committed Mar 31, 2024
1 parent 7895360 commit ab6dd9b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ internal object ApplicationConfig {
const val MinSdk = 26
const val TargetSdk = 34
const val CompileSdk = 34
const val VersionCode = 7
const val VersionName = "1.0.6"
const val VersionCode = 8
const val VersionName = "1.0.7"
val JavaVersion = org.gradle.api.JavaVersion.VERSION_17
const val JavaVersionAsInt = 17
}

0 comments on commit ab6dd9b

Please sign in to comment.