diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 06640da..bc60095 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -3,7 +3,7 @@ jobs: build: runs-on: docker container: - image: ghcr.io/cirruslabs/flutter:3.16.1 + image: ghcr.io/cirruslabs/flutter:3.16.4 steps: - name: Prepare requirements run: | diff --git a/CHANGELOG.md b/CHANGELOG.md index af24538..1d89983 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +## 1.6.3+21 +* Fixed not receiving share requests from other applications + ## 1.6.2+20 * Updated internal dependencies * Moved progress indicator of _Show Configuration_ into the underlying button diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 427ec05..5a605ba 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -21,6 +21,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/pubspec.lock b/pubspec.lock index 33d2962..d1d8759 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -109,10 +109,10 @@ packages: dependency: "direct dev" description: name: built_value_generator - sha256: "78680d78a6cab222fc5725ffa21065a05bba951452ae84d08b3c0e150fd3f9f6" + sha256: "40ca746251202daf615923501d19683891184820b926208075a3e66b566bde12" url: "https://pub.dev" source: hosted - version: "8.8.0" + version: "8.8.1" characters: dependency: transitive description: @@ -894,10 +894,10 @@ packages: dependency: "direct main" description: name: url_launcher - sha256: b1c9e98774adf8820c96fbc7ae3601231d324a7d5ebd8babe27b6dfac91357ba + sha256: e9aa5ea75c84cf46b3db4eea212523591211c3cf2e13099ee4ec147f54201c86 url: "https://pub.dev" source: hosted - version: "6.2.1" + version: "6.2.2" url_launcher_android: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 47f959e..4a05f8c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: A mobile client for FileBin. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.6.2+20 +version: 1.6.3+21 environment: sdk: '>=3.2.0 <4.0.0' @@ -31,7 +31,7 @@ dependencies: http: 1.1.2 validators: 3.0.0 flutter_linkify: 6.0.0 - url_launcher: 6.2.1 + url_launcher: 6.2.2 expandable: 5.0.1 share_plus: 7.2.1 file_picker: 6.1.1 @@ -49,7 +49,7 @@ dev_dependencies: flutter_test: sdk: flutter build_runner: 2.4.7 - built_value_generator: 8.8.0 + built_value_generator: 8.8.1 json_serializable: 6.7.1 flutter_lints: 3.0.1 diff --git a/renovate.json b/renovate.json index f027e32..8dd4c68 100644 --- a/renovate.json +++ b/renovate.json @@ -4,6 +4,9 @@ "config:recommended", ":rebaseStalePrs", ":ignoreUnstable", "group:monorepos", "group:recommended" ], "prConcurrentLimit": 0, + "schedule": [ + "monthly" + ], "ignorePaths": [ "android/**", "ios/**"