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-11 00:35:24 +0300
committerStefan Niedermann <info@niedermann.it>2020-06-11 00:35:24 +0300
commit0d7a9a1bd71b2d3e6ab1028da5036cfbc2b19763 (patch)
tree0cbf0797e491fd042e73da5811e85aa16ddc60e5
parent09122f4146871308b98451b450ac2e0a40a8a31f (diff)
version bump to 2.14.1v2.14.1
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index d7f25c94..f8c91eeb 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 16
targetSdkVersion 29
- versionCode 2014000
- versionName "2.14.0"
+ versionCode 2014001
+ versionName "2.14.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}