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 be053d2 commit f61dfc2Copy full SHA for f61dfc2
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 = 1
+ const val patchVersion = 2
8
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
9
- const val versionCode = 2
+ const val versionCode = 3
10
}
0 commit comments