From 09fd9c4e045f97eaaffd6909b764a8be4a7a23d1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 6 Sep 2024 14:53:03 +0000 Subject: [PATCH] chore(release): 1.22.0-dev.2 [skip ci] # [1.22.0-dev.2](https://github.com/ReVanced/revanced-manager/compare/v1.22.0-dev.1...v1.22.0-dev.2) (2024-09-06) ### Bug Fixes * Bump SDK of each plugin using SDK lower than 31 ([01e4a76](https://github.com/ReVanced/revanced-manager/commit/01e4a76caa06b4ab7934cc786ca57204501dd983)), closes [/github.com/flutter/flutter/issues/153281#issuecomment-2292201697](https://github.com//github.com/flutter/flutter/issues/153281/issues/issuecomment-2292201697) * Fix missing notification icon when shrinking resouces ([#2195](https://github.com/ReVanced/revanced-manager/issues/2195)) ([224be29](https://github.com/ReVanced/revanced-manager/commit/224be29a3d43502c0fbd8112a9c464f684e93fd7)) * Lack of connectivity toast not showing due to incorrect comparison ([81f05e1](https://github.com/ReVanced/revanced-manager/commit/81f05e1b190274d97427bd6b196cdc6d0a66757c)) * Migrate to onPopInvokedWithResult ([43d5888](https://github.com/ReVanced/revanced-manager/commit/43d5888182ee49017a88a02b3c3144acb46e5947)) * Reland commit 01e4a76caa06b4ab7934cc786ca57204501dd983 ([3dc695e](https://github.com/ReVanced/revanced-manager/commit/3dc695eafbb214b395aace610bbfa5f1cba08a20)) * Specify our own FGS Type ([37c912b](https://github.com/ReVanced/revanced-manager/commit/37c912b5980f990ce3687bcee99d151fc0d0b16f)) ### Features * Support Flutter 3.24 ([3d8318d](https://github.com/ReVanced/revanced-manager/commit/3d8318da144c10c3a5fae30162fb0460f798749b)) --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index fe7fb2b3..1c7085b7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ homepage: https://github.com/ReVanced/revanced-manager publish_to: 'none' -version: 1.22.0-dev.1+101800034 +version: 1.22.0-dev.2+101800035 environment: sdk: '>=3.0.0 <4.0.0'