diff --git a/purchasely/android/build.gradle b/purchasely/android/build.gradle index 020ccad6..8d64c2e4 100644 --- a/purchasely/android/build.gradle +++ b/purchasely/android/build.gradle @@ -67,7 +67,7 @@ dependencies { // Purchasely 6.0 native SDK — provides the builder/interceptAction/PLYPresentationBase // APIs wired by the single plugin (PurchaselyFlutterPlugin.kt), which compiles the // whole surface against this version. - api 'io.purchasely:core:6.0.1' + api 'io.purchasely:core:6.0.2' // Test dependencies testImplementation 'junit:junit:4.13.2'