diff --git a/app/build.gradle b/app/build.gradle index 23109f24ad6d5897ebb05b676369ee947515ecb8..7bd05a2d7dd668cd91daf88a30eaa02c46377cd5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,7 +10,7 @@ plugins { def versionMajor = 2 def versionMinor = 4 -def versionPatch = 3 +def versionPatch = 4 def getGitHash = { -> def stdOut = new ByteArrayOutputStream()