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-01 15:15:15 +0300
committerStefan Niedermann <info@niedermann.it>2020-06-01 15:15:15 +0300
commit558f68e201648bd67cf20c0c34b2b2a2b0736497 (patch)
tree8d5c82836ed59111625bf7532b00268901c52cf8
parent09ac1d5287b0aa401bf1e5b316b5487fa7a31c28 (diff)
version bump to 2.12.2v2.12.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 afddca6e..41560701 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 16
targetSdkVersion 29
- versionCode 2012001
- versionName "2.12.1"
+ versionCode 2012002
+ versionName "2.12.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}