Skip to content

Commit cc6181e

Browse files
authored
Merge pull request #32 from it5prasoon/release/v1.22.0
release v1.22.0
2 parents 3b68fd6 + 0596404 commit cc6181e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buildSrc/src/main/kotlin/Configuration.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ object Configuration {
33
const val targetSdk = 34
44
const val minSdk = 23
55
private const val majorVersion = 1
6-
private const val minorVersion = 21
7-
private const val patchVersion = 10
6+
private const val minorVersion = 22
7+
private const val patchVersion = 0
88
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
9-
const val versionCode = 25
9+
const val versionCode = 26
1010
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
1111
const val artifactGroup = "com.matrix.autoreply"
1212
}

0 commit comments

Comments
 (0)