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-24 17:35:50 +0300
committerStefan Niedermann <info@niedermann.it>2021-05-24 17:35:50 +0300
commit0a5cf6b4118980d6543dccbe5448a0d402dc31ea (patch)
treef527414321a6169b310399953a9c38791649c371
parent247cf75a78e202bdd33977001d5a40d691b0665f (diff)
version bump to v3.4.4v3.4.4
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 8eea8b95..cdd6ba5a 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -14,8 +14,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 21
targetSdkVersion 30
- versionCode 3004003
- versionName "3.4.3"
+ versionCode 3004004
+ versionName "3.4.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {