Skip to content

Commit

Permalink
[in_app_review] Bump version to 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
britannio committed Oct 17, 2023
1 parent 54fcef4 commit e5d44d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions in_app_review/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
6 changes: 3 additions & 3 deletions in_app_review/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit e5d44d8

Please sign in to comment.