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-05-11 13:48:35 +0300
committerStefan Niedermann <info@niedermann.it>2020-05-11 13:48:35 +0300
commitaf22d0022d2f3618e030a2c4f353fe77217e516a (patch)
tree25bdf9cc3c496e3025fb7ceddae49ee06d12bc65
parenta11a127f5089395987840a105bbd6ec27e91902d (diff)
version bump to 2.12.0v2.12.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 0f3f2a04..044dbefd 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 16
targetSdkVersion 29
- versionCode 2011013
- versionName "2.11.13"
+ versionCode 2012000
+ versionName "2.12.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}