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-07-27 14:28:43 +0300
committerStefan Niedermann <info@niedermann.it>2020-07-27 14:28:43 +0300
commitf2b81ed38e2f64bc35e1ee1a3da9b219e76eedb4 (patch)
tree9c1f5922d35aabcebc6b66ac8b96125c673fc663
parent0b2cb13dcff5cdb6fe67ce1fe110404a5ba28e9c (diff)
version bump to v2.16.6v2.16.6
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 569266c0..98d4d096 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 17
targetSdkVersion 29
- versionCode 2016005
- versionName "2.16.5"
+ versionCode 2016006
+ versionName "2.16.6"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}