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-10-02 11:39:27 +0300
committerStefan Niedermann <info@niedermann.it>2021-10-02 11:39:27 +0300
commit3a25a4b1af881fbedc11a7d14b889fb0bc1862a7 (patch)
tree3e2e2a32ed4054dacf9ce57263122b2ddf8068a2
parenta873480ff8481d93ed5b396abc178e14e00ef33d (diff)
version bump to 3.4.123.4.12
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 b20f8425..3bb7f65f 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -14,8 +14,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 22
targetSdkVersion 30
- versionCode 3004011
- versionName "3.4.11"
+ versionCode 3004012
+ versionName "3.4.12"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {