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.
2 parents 3b68fd6 + 0596404 commit cc6181eCopy full SHA for cc6181e
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