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-22 16:46:12 +0300
committerStefan Niedermann <info@niedermann.it>2020-06-22 16:46:12 +0300
commit6f0fa0362fcc329b1a4aaf48229f77220cb3220f (patch)
treeb36c032c43fc412ca8b5ad166b0b32f006ca80ad
parentd65315bb1af22f83c80990cf138815be8766a628 (diff)
version bump to 2.16.3v2.16.3
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index dba5d43f..eebf3764 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 17
targetSdkVersion 29
- versionCode 2016002
- versionName "2.16.2"
+ versionCode 2016003
+ versionName "2.16.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}