We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 760389c commit c4e2374Copy full SHA for c4e2374
1 file changed
buildSrc/src/main/java/Dependencies.kt
@@ -12,7 +12,7 @@ object Android {
12
object Packaging {
13
private const val majorVersion = 2
14
private const val minorVersion = 1
15
- private const val patchVersion = 11
+ private const val patchVersion = 12
16
17
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
18
}
0 commit comments