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-22 14:54:04 +0300
committerStefan Niedermann <info@niedermann.it>2021-03-22 14:54:04 +0300
commit71542a36185cdba4cdcb58ecc60c2db07f72159a (patch)
tree49175402a43742242e791e200a949add8928d8ab
parent2583dc2ba055306fa2f27a5e5f29cd999fc8e42f (diff)
version bump to 3.2.4v3.2.4
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index c5b5b5d2..9eeed4fc 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -14,8 +14,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 21
targetSdkVersion 29
- versionCode 3002003
- versionName "3.2.3"
+ versionCode 3002004
+ versionName "3.2.4"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}