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-06-11 14:08:07 +0300
committerStefan Niedermann <info@niedermann.it>2021-06-11 14:08:07 +0300
commit6515ae484760b0fd0a0fbbdbc5708f7c8cc9e89a (patch)
tree7c157c24bd529ca1916cfe224d653daded01cfd0
parent1991fd416b2810dc4a1abeb9fa0fa538c6890a19 (diff)
version bump to v3.4.9v3.4.9
Signed-off-by: Stefan Niedermann <info@niedermann.it>
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 84d601ea..87b2002b 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -12,8 +12,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 21
targetSdkVersion 30
- versionCode 3004008
- versionName "3.4.8"
+ versionCode 3004009
+ versionName "3.4.9"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {