From d9f3188235c0c51f8a849f80c891bf024027956a Mon Sep 17 00:00:00 2001 From: Britannio Date: Sun, 17 Mar 2024 13:34:43 +0000 Subject: [PATCH] [in_app_review] bump version to 2.0.9 --- in_app_review/CHANGELOG.md | 4 ++++ in_app_review/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/in_app_review/CHANGELOG.md b/in_app_review/CHANGELOG.md index 1cf239d..9657136 100644 --- a/in_app_review/CHANGELOG.md +++ b/in_app_review/CHANGELOG.md @@ -1,3 +1,7 @@ +# [2.0.9] + +- Fix deprecated API warning on Android. + # [2.0.8] - Bump Kotlin version to 1.7.10 diff --git a/in_app_review/pubspec.yaml b/in_app_review/pubspec.yaml index 5a923e2..00df3fc 100644 --- a/in_app_review/pubspec.yaml +++ b/in_app_review/pubspec.yaml @@ -1,6 +1,6 @@ name: in_app_review description: Flutter plugin for showing the In-App Review/System Rating pop up on Android, iOS and MacOS. It makes it easy for users to rate your app. -version: 2.0.8 +version: 2.0.9 homepage: https://github.com/britannio/in_app_review/tree/master/in_app_review repository: https://github.com/britannio/in_app_review issue_tracker: https://github.com/britannio/in_app_review/issues