Skip to content

Commit b7a7945

Browse files
committed
Update Configuration.kt
1 parent 22b0789 commit b7a7945

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildSrc/src/main/kotlin/org/bmsk/buildsrc/Configuration.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ object Configuration {
77
const val minSdk = 28
88
const val majorVersion = 1
99
const val minorVersion = 2
10-
const val patchVersion = 0
10+
const val patchVersion = 1
1111
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
1212
const val versionCode = 1
1313
}

0 commit comments

Comments
 (0)