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-04-08 23:54:05 +0300
committerStefan Niedermann <info@niedermann.it>2021-04-08 23:54:05 +0300
commit8997e9759f1a6089887d409795db27a3054fd5f1 (patch)
tree39b7c039adefd63a10f59f5c57fe426ae8909c2f
parent78db5493dbde591390dd0e9a386604dd34ef1d34 (diff)
version bump to 3.3.0v3.3.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 6842196e..ddadd8f0 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -14,8 +14,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 21
targetSdkVersion 29
- versionCode 3002005
- versionName "3.2.5"
+ versionCode 3003000
+ versionName "3.3.0"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}