We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 377c4a0 commit 8e118e9Copy full SHA for 8e118e9
1 file changed
buildSrc/src/main/kotlin/com/omega/build/Configuration.kt
@@ -5,7 +5,7 @@ object Configuration {
5
const val compileSdk = 36
6
const val targetSdk = 36
7
const val minSdk = 26
8
- private const val majorVersion = 0
+ private const val majorVersion = 1
9
private const val minorVersion = 0
10
private const val patchVersion = 1
11
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
0 commit comments