Update Qonversion dependencies to Capacitor 7#25
Merged
SpertsyanKM merged 1 commit intoJun 11, 2025
Conversation
This commit updates the Capacitor and Qonversion dependencies in the package.json and Capacitor build.gradle files. The Capacitor version has been updated from 6.0.0 to 7.2.0, and the QonversionCapacitorPlugin version has also been updated from 0.1.3 to 0.2.1. Additionally, the Java version in the android/app/capacitor.build.gradle file has been increased from 17 to 21, and the CocoaPods version has been updated from 1.15.2 to 1.16.2. These updates ensure compatibility with the latest versions of Capacitor and Qonversion plugins, enhancing the stability and functionality of the project.
Contributor
|
Hi @cdwheatley! Thanks for the contribution. I’ll review it and get back to you tomorrow. |
Contributor
|
Thank you again for contributing this. I’ve checked and everything works fine, but I needed to additionally upgrade Android target and compile SDK versions to 35 and iOS min deployment target to 14.0. I’ll commit these changes in an additional pull request, just mentioning here. |
SpertsyanKM
approved these changes
Jun 11, 2025
Contributor
|
The release 0.3.0 with these updates is already published |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This merge request updates the Capacitor and Qonversion dependencies to their latest versions. Let me know if you need any updates/changes.
We needed Capacitor 7 for our project so we thought we would contribute these changes back.