From 30e21243653939b86ceebe58cd9852a07b8c635a Mon Sep 17 00:00:00 2001 From: tobiasKaminsky Date: Wed, 21 Jun 2023 08:46:13 +0200 Subject: [PATCH] Bump main to 4.1 RC1 Signed-off-by: tobiasKaminsky --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 60d2d69ef..efbab6461 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { applicationId "it.niedermann.owncloud.notes" minSdkVersion 24 targetSdkVersion 33 - versionCode 40010000 - versionName "4.1.0 Alpha1" + versionCode 40010051 + versionName "4.1.0 RC1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" javaCompileOptions { annotationProcessorOptions {