Skip to content

Commit e6bb764

Browse files
committed
Update version name to 1.1.0
1 parent 9227ac4 commit e6bb764

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buildSrc/src/main/kotlin/Configurations.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ object Configurations {
22
const val targetSdk = 34
33
const val minSdk = 24
44
const val majorVersion = 1
5-
const val minorVersion = 0
6-
const val patchVersion = 4
5+
const val minorVersion = 1
6+
const val patchVersion = 0
77
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
8-
const val versionCode = 5
8+
const val versionCode = 6
99
}

0 commit comments

Comments
 (0)