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-04-27 20:22:51 +0300
committerStefan Niedermann <info@niedermann.it>2021-04-27 20:22:51 +0300
commit4b292b6d0486dc5acb112dcd5540d19f4d7c915a (patch)
tree63e10b4b2ae355e0148f9daad1c873043927971f
parent576aa835084bb7d29cbb9e1a9bca6654ee6e4fbc (diff)
version bump to 3.4.1v3.4.1
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index a1f7d7da..31d2c650 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -14,8 +14,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 21
targetSdkVersion 29
- versionCode 3004000
- versionName "3.4.0"
+ versionCode 3004001
+ versionName "3.4.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {