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-24 18:39:22 +0300
committerStefan Niedermann <info@niedermann.it>2021-01-24 18:39:22 +0300
commit23b61c91a64e2cd0b1d321e58fd70ce054ce2a40 (patch)
tree47039ba7aab45b9d51e6c8c01cba5d2577f6e7e7
parentd9b95c53d2ebd25b15756f1e24531dfaad439d09 (diff)
version bump to 3.1.1v3.1.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 20278e5d..59e19109 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 19
targetSdkVersion 29
- versionCode 3001000
- versionName "3.1.0"
+ versionCode 3001001
+ versionName "3.1.1"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}