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:
authorTobias Kaminsky <tobias@kaminsky.me>2023-06-21 10:52:37 +0300
committerGitHub <noreply@github.com>2023-06-21 10:52:37 +0300
commit6a4aded2972fdfff6a5a9502e3bcbe26105c18ee (patch)
tree60aa336b35cfbe804020d965c3e01a446f945e5b
parentb8795bd68aac2232dad8f8d69535b8f11d84f151 (diff)
parent30e21243653939b86ceebe58cd9852a07b8c635a (diff)
Merge pull request #1826 from nextcloud/bumpTo4.1.0rc1rc-4.1.0-01
Bump main to 4.1 RC1
-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 {