We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b68fd6 commit 0596404Copy full SHA for 0596404
buildSrc/src/main/kotlin/Configuration.kt
@@ -3,10 +3,10 @@ object Configuration {
3
const val targetSdk = 34
4
const val minSdk = 23
5
private const val majorVersion = 1
6
- private const val minorVersion = 21
7
- private const val patchVersion = 10
+ private const val minorVersion = 22
+ private const val patchVersion = 0
8
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
9
- const val versionCode = 25
+ const val versionCode = 26
10
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
11
const val artifactGroup = "com.matrix.autoreply"
12
}
0 commit comments