diff --git a/in_app_review/CHANGELOG.md b/in_app_review/CHANGELOG.md index 380e298..7429887 100644 --- a/in_app_review/CHANGELOG.md +++ b/in_app_review/CHANGELOG.md @@ -1,3 +1,8 @@ +# [2.0.7] + +- Adds a namespace for compatibility with AGP 8.0. +- Checks if Google Play Services are available on Android when using `isAvailable()`. + # [2.0.6] - Update Android Play Core dependency to Play Review 2.0.1. diff --git a/in_app_review/pubspec.yaml b/in_app_review/pubspec.yaml index afad683..b0f6c7b 100644 --- a/in_app_review/pubspec.yaml +++ b/in_app_review/pubspec.yaml @@ -1,17 +1,17 @@ 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.6 +version: 2.0.7 homepage: https://github.com/britannio/in_app_review/tree/master/in_app_review environment: - sdk: '>=2.12.0 <3.0.0' + sdk: '>=2.12.0 <4.0.0' flutter: ">=2.0.0" dependencies: flutter: sdk: flutter - in_app_review_platform_interface: ^2.0.4 + in_app_review_platform_interface: ^2.0.5 dev_dependencies: flutter_test: