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
path: root/app
diff options
context:
space:
mode:
authorÁlvaro Brey <alvaro.brey@nextcloud.com>2023-03-08 14:35:48 +0300
committerAndy Scherzinger <info@andy-scherzinger.de>2023-04-11 14:38:30 +0300
commitcbddf418362bc8cb59bb40ebc17f54878a8dfebe (patch)
tree93f685943d4dfa0336c65d4ca29e6ed47b9d049b /app
parentdf1329d8aa20bb843c4ad75168c978e710b46fb5 (diff)
chore: Increment minor version on main branch with fastlane incrementVersion type:minor
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index c682590b..5f1b1f6e 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -14,8 +14,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 23
targetSdkVersion 33
- versionCode 40000000
- versionName "4.0.0 Alpha 1"
+ versionCode 40010000
+ versionName "4.1.0 Alpha1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {