Skip to content

Commit 8e118e9

Browse files
author
Onion
committed
feat: version+
1 parent 377c4a0 commit 8e118e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildSrc/src/main/kotlin/com/omega/build/Configuration.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ object Configuration {
55
const val compileSdk = 36
66
const val targetSdk = 36
77
const val minSdk = 26
8-
private const val majorVersion = 0
8+
private const val majorVersion = 1
99
private const val minorVersion = 0
1010
private const val patchVersion = 1
1111
const val versionName = "$majorVersion.$minorVersion.$patchVersion"

0 commit comments

Comments
 (0)