Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobiasKaminsky <tobias@kaminsky.me>2023-06-21 09:46:13 +0300
committertobiasKaminsky <tobias@kaminsky.me>2023-06-21 09:46:13 +0300
commit30e21243653939b86ceebe58cd9852a07b8c635a (patch)
tree60aa336b35cfbe804020d965c3e01a446f945e5b
parentb8795bd68aac2232dad8f8d69535b8f11d84f151 (diff)
Bump main to 4.1 RC1
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 60d2d69e..efbab646 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 {