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-14 18:09:50 +0300
committerStefan Niedermann <info@niedermann.it>2021-05-14 18:09:50 +0300
commit17296f0446bae8d8dd2a6bc27d8b1d6187418c90 (patch)
tree1e65b6336806818159437bd1572a225293c5ac60
parentbcb4a079100239da78613d01d2c85f501f1ccd68 (diff)
version bump to 3.4.3v3.4.3
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 1a8eacc9..8d8c30e6 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -14,8 +14,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 21
targetSdkVersion 30
- versionCode 3004002
- versionName "3.4.2"
+ versionCode 3004003
+ versionName "3.4.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {