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 8e7cf17 commit ea56788Copy full SHA for ea56788
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