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>2020-06-09 20:46:53 +0300
committerStefan Niedermann <info@niedermann.it>2020-06-09 20:46:53 +0300
commitf2a7499afb102f958f1e725854c2841eca0daec8 (patch)
treef09b536ef075ca33f2a0c810275212199ff98a4c
parentd11a6445eb8f5725806830e72e0389205cee142a (diff)
version bump to 2.14.0v2.14.0
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index c2d5b9a5..d7f25c94 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 16
targetSdkVersion 29
- versionCode 2013003
- versionName "2.13.3"
+ versionCode 2014000
+ versionName "2.14.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}