From 9c9e90a5bc2a2a4fde3d55f06b1c4e4661f88e54 Mon Sep 17 00:00:00 2001 From: harambasicluka <64483219+harambasicluka@users.noreply.github.com> Date: Fri, 7 May 2021 12:42:17 +0200 Subject: [PATCH] version bump (#3111) --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index f0b4ce5b6..bdfd235c2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,5 +19,5 @@ org.gradle.dependency.verification.console=verbose # Versioning, this is used by the app & pipelines to calculate the current versionCode & versionName VERSION_MAJOR=2 VERSION_MINOR=2 -VERSION_PATCH=0 -VERSION_BUILD=5 +VERSION_PATCH=1 +VERSION_BUILD=0 -- GitLab