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:
authorStefan Niedermann <info@niedermann.it>2021-05-10 16:22:28 +0300
committerStefan Niedermann <info@niedermann.it>2021-05-10 16:22:28 +0300
commitd73bb2a9a4fd53302e7d4851c7953f5177442103 (patch)
treec64a0800074f288731af73519d1e6d4472a30eaf
parentf07d799e47737329f55974658c9a5b8f6e9057ec (diff)
version bump to 3.4.2v3.4.2
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 75667208..3679da67 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -14,8 +14,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 21
targetSdkVersion 30
- versionCode 3004001
- versionName "3.4.1"
+ versionCode 3004002
+ versionName "3.4.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {