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-03-13 13:05:17 +0300
committerStefan Niedermann <info@niedermann.it>2021-03-13 13:05:17 +0300
commit40f8fe69de96b228b5cabbe7f7b292181a2d3fd8 (patch)
treec01bdcfead665c04412cc05ea27d4b3fba630596
parent545dbb80f4cbc7997d4875cd7bad2a39649768b8 (diff)
version bump to v3.2.3v3.2.3
-rw-r--r--app/build.gradle4
-rw-r--r--fastlane/metadata/android/en-US/changelogs/3002003.txt1
2 files changed, 3 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 8d49704d..c5b5b5d2 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -14,8 +14,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 21
targetSdkVersion 29
- versionCode 3002002
- versionName "3.2.2"
+ versionCode 3002003
+ versionName "3.2.3"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
diff --git a/fastlane/metadata/android/en-US/changelogs/3002003.txt b/fastlane/metadata/android/en-US/changelogs/3002003.txt
new file mode 100644
index 00000000..ec6e26be
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/3002003.txt
@@ -0,0 +1 @@
+- 📤 Allow to open app from list widget (#1085) \ No newline at end of file