We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d6de4 commit 2941438Copy full SHA for 2941438
app/build.gradle.kts
@@ -13,7 +13,7 @@ plugins {
13
// Manifest version information!
14
val versionMajor = 1
15
val versionMinor = 6
16
-val versionPatch = 4
+val versionPatch = 5
17
val versionBuild = 0 // bump for dogfood builds, public betas, etc.
18
19
val gitSha = "git rev-parse --short HEAD".runCommand(project.rootDir).trim()
0 commit comments