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 858a472 + c9a52cb commit af22382Copy full SHA for af22382
buildSrc/src/main/java/dependencies/Versions.kt
@@ -6,7 +6,7 @@ private object Versions {
6
7
private val versionMajor = 1
8
private val versionMinor = 0
9
- private val versionPatch = 1
+ private val versionPatch = 3
10
private val versionOffset = 0
11
val androidVersionCode =
12
(versionMajor * 10000 + versionMinor * 100 + versionPatch) * 100 + versionOffset
0 commit comments