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 8e7cf17 + ea56788 commit 0e4d24eCopy full SHA for 0e4d24e
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 = 0
7
- const val patchVersion = 3
+ const val patchVersion = 4
8
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
9
- const val versionCode = 4
+ const val versionCode = 5
10
}
0 commit comments