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-02-09 15:55:10 +0300
committerStefan Niedermann <info@niedermann.it>2021-02-09 15:55:10 +0300
commitf6ffef418a9582ceb8848b2b0d05adbe58ee722e (patch)
tree3fb5a7febeca3af446b7fdd6e6cf2b828fb309dc
parent82a5d0441ed290f71b64121f3da96ec8df59b271 (diff)
version bump to v3.1.3v3.1.3
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 538c840b..c1f08daf 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -14,8 +14,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 19
targetSdkVersion 29
- versionCode 3001002
- versionName "3.1.2"
+ versionCode 3001003
+ versionName "3.1.3"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}