Skip to content

Commit

Permalink
Update versionName
Browse files Browse the repository at this point in the history
  • Loading branch information
taewooyo committed Apr 17, 2024
1 parent d7fe548 commit bc5fcb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Configuration {
const val minSdk = 21
const val majorVersion = 1
const val minorVersion = 0
const val patchVersion = 2
const val patchVersion = 3
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
const val versionCode = 3
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
Expand Down

0 comments on commit bc5fcb3

Please sign in to comment.