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-01-11 23:00:27 +0300
committerStefan Niedermann <info@niedermann.it>2021-01-11 23:00:27 +0300
commit370806fabd11789ededb4dd3fdf6d3a1d7f55993 (patch)
treea6fae930ea957dae0f5a0ec49394142de5d6d642
parent508897c8247b51e1cc1cb35a7c67ffdf2fc844d8 (diff)
version bump to 3.1.0v3.1.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 883b0201..20278e5d 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 19
targetSdkVersion 29
- versionCode 3000001
- versionName "3.0.1"
+ versionCode 3001000
+ versionName "3.1.0"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}