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 00:50:04 +0300
committerStefan Niedermann <info@niedermann.it>2021-03-08 00:50:04 +0300
commit843ffbd7fec5b35cb18a74e24e22a8675993ce87 (patch)
treea9deca1312da75aab494b1c4b141bbf1a0934c4e
parentf140460d484bbb5bd1abaadbd25827729b1e3558 (diff)
version bump to 3.2.0v3.2.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 3c5959cf..56ec49e1 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -14,8 +14,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 21
targetSdkVersion 29
- versionCode 3001004
- versionName "3.1.4"
+ versionCode 3002000
+ versionName "3.2.0"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}