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