Skip to content

Commit

Permalink
version up to v1.0.1 (#85)
Browse files Browse the repository at this point in the history
* version up to v1.0.1

* version up to v1.0.1
versioncode 2
  • Loading branch information
likppi10 committed Aug 23, 2023
1 parent 34f2a47 commit 5d5996a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-logic/src/main/kotlin/internal/constants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ internal object ApplicationConstants {
const val MinSdk = 24
const val TargetSdk = 34
const val CompileSdk = 34
const val VersionCode = 1
const val VersionName = "1.0.0"
const val VersionCode = 2
const val VersionName = "1.0.1"
val JavaVersion = org.gradle.api.JavaVersion.VERSION_17
const val JavaVersionAsInt = 17
}

0 comments on commit 5d5996a

Please sign in to comment.