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 4dc8b8a commit 76f884eCopy full SHA for 76f884e
buildSrc/src/main/kotlin/Configurations.kt
@@ -4,7 +4,7 @@ object Configurations {
4
const val minSdk = 21
5
const val majorVersion = 1
6
const val minorVersion = 1
7
- const val patchVersion = 0
+ const val patchVersion = 1
8
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
9
- const val versionCode = 12
+ const val versionCode = 13
10
}
0 commit comments