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>2021-03-08 11:59:22 +0300
committerStefan Niedermann <info@niedermann.it>2021-03-08 11:59:22 +0300
commit279a977e2fb7d7242aa93a9d8939ae4fb845e8c9 (patch)
tree8337f180991ff2b540d6983c9bd0cebf57cda3ae
parent94a12dcd26f02d0574a8c704c08c9899b0ff2192 (diff)
version bump to 3.2.1v3.2.1
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 56ec49e1..c4771019 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -14,8 +14,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 21
targetSdkVersion 29
- versionCode 3002000
- versionName "3.2.0"
+ versionCode 3002001
+ versionName "3.2.1"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}