in_app_review
in_app_review copied to clipboard
Update Android dependencies
- Gradle 7.4
- Android gradle plugin 7.1.2
- In-App Review Library 2.0.0
- compileSdkVersion 31
Hey @vmeretin, thanks for the PR! Before I merge it, I noticed that the PR deletes some files under the .idea
folder. Is this intentional? Maybe these files belong in the .gitignore
file?
Hey @britannio. I delete .idea
folder, because it is plugin android folder. When you create a new plugin, android
folder doesn't have .idea
folder. You can revert this change, if you need this folder.
PS Add one more commit with updated url_launcher plugin, because tests failed.
Thanks for the PR! #72 has since been merged though so this is no longer necessary, apologies.