Skip to content

Commit

Permalink
Update Configuration.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
YiBeomSeok committed Jul 9, 2024
1 parent 553218c commit dafc1d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Configuration {
const val minSdk = 28
const val majorVersion = 1
const val minorVersion = 2
const val patchVersion = 0
const val patchVersion = 1
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
const val versionCode = 1
}

0 comments on commit dafc1d3

Please sign in to comment.