Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2022-11-13 19:41:08 +0300
committerStefan Niedermann <info@niedermann.it>2022-11-13 19:41:08 +0300
commitffd211b6f51313fa1a5ac419a26cac85c1ec08ba (patch)
tree74096ff0445158a7b99d523ec571c1d32bd91258
parentaef3bcec8798137f04b65d40e03b355643e1f426 (diff)
version bump to 1.21.61.21.6
Signed-off-by: Stefan Niedermann <info@niedermann.it>
-rw-r--r--app/build.gradle10
-rw-r--r--fastlane/metadata/android/en-US/changelogs/1021005.txt17
-rw-r--r--fastlane/metadata/android/en-US/changelogs/1021006.txt8
3 files changed, 14 insertions, 21 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 6a2186e26..fdd47df03 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -8,8 +8,8 @@ android {
applicationId "it.niedermann.nextcloud.deck"
minSdkVersion 23
targetSdkVersion 32
- versionCode 1021005
- versionName "1.21.5"
+ versionCode 1021006
+ versionName "1.21.6"
vectorDrawables.useSupportLibrary true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
@@ -72,9 +72,9 @@ dependencies {
// Android X
implementation 'androidx.appcompat:appcompat:1.5.1'
- implementation 'androidx.camera:camera-camera2:1.2.0-rc01'
- implementation 'androidx.camera:camera-lifecycle:1.2.0-rc01'
- implementation 'androidx.camera:camera-view:1.2.0-rc01'
+ implementation 'androidx.camera:camera-camera2:1.1.0'
+ implementation 'androidx.camera:camera-lifecycle:1.1.0'
+ implementation 'androidx.camera:camera-view:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'
diff --git a/fastlane/metadata/android/en-US/changelogs/1021005.txt b/fastlane/metadata/android/en-US/changelogs/1021005.txt
index ca804e218..3a29455e5 100644
--- a/fastlane/metadata/android/en-US/changelogs/1021005.txt
+++ b/fastlane/metadata/android/en-US/changelogs/1021005.txt
@@ -1,16 +1 @@
-1.21.5
-
-- 🐞 Fix dependency issue caused by lowered targetSdk
-
-1.21.4
-
-- 🐞 Handle missing file size and mimetype properties in attachments
-
-1.21.3
-
-- 🌎 Updated translations
-
-1.21.2
-
-- 🎨 Fix small Material 3 design glitches (#1376)
-- ⌚ Better hint for due time picker (#1375) \ No newline at end of file
+- 🐞 Fix dependency issue caused by lowered targetSdk \ No newline at end of file
diff --git a/fastlane/metadata/android/en-US/changelogs/1021006.txt b/fastlane/metadata/android/en-US/changelogs/1021006.txt
new file mode 100644
index 000000000..03a45f7d9
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/1021006.txt
@@ -0,0 +1,8 @@
+1.21.2 - 1.21.6
+
+- 🐞 Fix dependency issue caused by lowered targetSdk
+- 🐞 Fix dependency issue caused by lowered targetSdk
+- 🐞 Handle missing file size and mimetype properties in attachments
+- 🌎 Updated translations
+- 🎨 Fix small Material 3 design glitches (#1376)
+- ⌚ Better hint for due time picker (#1375) \ No newline at end of file