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-10-05 11:43:38 +0300
committerStefan Niedermann <info@niedermann.it>2020-10-05 11:43:38 +0300
commit350662066d59d4f1d1c6d58a460d67970093dd9d (patch)
tree18c1c59e5565b27223be93e7986d2368c37cddbb
parentaa8dbc46a2afb4c670b3fecd1435ac3a1939102a (diff)
version bump to 2.17.0v2.17.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 3954312c..b405a1e4 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 17
targetSdkVersion 29
- versionCode 2016007
- versionName "2.16.7"
+ versionCode 2017000
+ versionName "2.17.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}