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-20 21:37:44 +0300
committerStefan Niedermann <info@niedermann.it>2020-06-20 21:37:44 +0300
commit6650c018ca7ca38f0000a5b4a7c431592f86508b (patch)
treea0f5f92c0f221e802858862d80cc62bcfd5705ff
parentf0952491731482ed2531ebcb6bdc5514f7cdbb3b (diff)
version bump to 2.16.2v2.16.2
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index d6857e49..98c28e55 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 17
targetSdkVersion 29
- versionCode 2016001
- versionName "2.16.1"
+ versionCode 2016002
+ versionName "2.16.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}