Compare commits

..

3 Commits

Author SHA1 Message Date
a23f032fd2 chore(release): 1.20.1 [skip ci]
## [1.20.1](https://github.com/ReVanced/revanced-manager/compare/v1.20.0...v1.20.1) (2024-04-05)

### Bug Fixes

* Don't crash on patch ([a7e481c](a7e481c827))
2024-04-05 02:52:15 +00:00
95a8234e2d chore: Merge branch dev to main (#1855) 2024-04-05 05:43:17 +03:00
a7e481c827 fix: Don't crash on patch
This reverts commit 7833a0d552d05946f50434e799c46272e6eb30a3.
2024-04-05 05:35:36 +03:00
2 changed files with 7 additions and 7 deletions

View File

@ -323,9 +323,9 @@ packages:
dependency: "direct main"
description:
path: "."
ref: "65cf0ec93486b3a6c74339aadaeb384cf2c9a24b"
resolved-ref: "65cf0ec93486b3a6c74339aadaeb384cf2c9a24b"
url: "https://github.com/JulianAssmann/flutter_background"
ref: "560d21c4148b53933313573e7eafca0b0eb9aadf"
resolved-ref: "560d21c4148b53933313573e7eafca0b0eb9aadf"
url: "https://github.com/BenjaminHalko/flutter_background"
source: git
version: "1.2.0"
flutter_cache_manager:

View File

@ -4,7 +4,7 @@ homepage: https://github.com/ReVanced/revanced-manager
publish_to: 'none'
version: 1.20.0+101800015
version: 1.20.1+101800016
environment:
sdk: '>=3.0.0 <4.0.0'
@ -26,9 +26,9 @@ dependencies:
flutter:
sdk: flutter
flutter_background:
git: # Switch to 'flutter_background' once new version is released
url: https://github.com/JulianAssmann/flutter_background
ref: 65cf0ec93486b3a6c74339aadaeb384cf2c9a24b # Branch: master
git: # remove once https://github.com/JulianAssmann/flutter_background/pull/79 is merged
url: https://github.com/BenjaminHalko/flutter_background
ref: 560d21c4148b53933313573e7eafca0b0eb9aadf # Branch: specify-namespace
flutter_cache_manager: ^3.3.0
flutter_file_dialog: ^3.0.2
flutter_local_notifications: ^16.1.0