I just updated this plugin to 7.5.3 in my app from 7.4.0. We are using Capacitor 5. The gradle build is failing with this message:
[capacitor] 1. Dependency 'androidx.core:core-ktx:1.12.0' requires libraries and applications that
[capacitor] depend on it to compile against version 34 or later of the
[capacitor] Android APIs.
I tracked it down to 7.5.3 of this plugin which updated purchases-hybrid-common to 9.8.0 which in turn updated purchases-android to 7.6.0. This updated androidxCore from 1.8.0 to 1.12.0.
Shouldn't this be considered a breaking change?
Capacitor 5 is the latest released version that has compileSdkVersion set to 33. Capacitor 6 still in Beta updates it to 34.
I am trying compileSdkVersion set to 34 but looks like I should also update AGP from 8.0 to 8.1 according to the min requirements.
I just updated this plugin to 7.5.3 in my app from 7.4.0. We are using Capacitor 5. The gradle build is failing with this message:
I tracked it down to 7.5.3 of this plugin which updated
purchases-hybrid-commonto 9.8.0 which in turn updatedpurchases-androidto 7.6.0. This updatedandroidxCorefrom 1.8.0 to 1.12.0.Shouldn't this be considered a breaking change?
Capacitor 5 is the latest released version that has
compileSdkVersionset to33. Capacitor 6 still in Beta updates it to34.I am trying
compileSdkVersionset to34but looks like I should also update AGP from8.0to8.1according to the min requirements.