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 cdd03ec + bd2e299 commit 0db479aCopy full SHA for 0db479a
buildSrc/src/main/kotlin/Config.kt
@@ -30,6 +30,6 @@ object Config {
30
31
// Version Information
32
const val versionMajor = 3 // Major version component of the app's version name and version code.
33
- const val versionMinor = 12 // Minor version component of the app's version name and version code.
+ const val versionMinor = 13 // Minor version component of the app's version name and version code.
34
const val versionPatch = 0 // Patch version component of the app's version name and version code.
35
}
0 commit comments