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>2022-11-21 11:08:07 +0300
committerStefan Niedermann <info@niedermann.it>2022-11-21 11:08:07 +0300
commit075ce5f8a9903915aa1afe3ba7f09d1b5f3d745c (patch)
treeccfd2dbffd4ce36d0c0e83cc12fc53414e6c94c8
parent43810df78b149ee7073b1772718acad8f9c596a8 (diff)
version bump to 3.7.13.7.1
Signed-off-by: Stefan Niedermann <info@niedermann.it>
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 05f14068..27ceced8 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -14,8 +14,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 23
targetSdkVersion 33
- versionCode 3007000
- versionName "3.7.0"
+ versionCode 3007001
+ versionName "3.7.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {