Skip to content

Commit

Permalink
Update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed May 23, 2024
1 parent 026af52 commit 1184c83
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ object Configuration {
const val compileSdk = 34
const val targetSdk = 34
const val minSdk = 26
const val majorVersion = 0
const val minorVersion = 1
const val patchVersion = 0
const val majorVersion = 1
const val minorVersion = 0
const val patchVersion = 1
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
const val versionCode = 1
const val versionCode = 2
}

0 comments on commit 1184c83

Please sign in to comment.