From 6a8cc5e6e7ad3329e095c0fc0808e8f478d3f952 Mon Sep 17 00:00:00 2001 From: Katharina Seiz <Katharina.Seiz@sap.com> Date: Fri, 28 May 2021 13:22:54 +0200 Subject: [PATCH] change version to 2.3.0.8 to do a rebuild (#3316) --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 8350ba58d..5da5c40dc 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=3 -VERSION_PATCH=1 -VERSION_BUILD=0 +VERSION_PATCH=0 +VERSION_BUILD=8 -- GitLab