From 923027e76e90a5fd5caaaa1272f195b54521d57d Mon Sep 17 00:00:00 2001 From: Kamo Spertsyan Date: Tue, 7 Oct 2025 14:12:13 +0300 Subject: [PATCH] Fix Purchase action type for No-Codes on Android --- android/build.gradle | 2 +- ios/qonversion_flutter.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 8a1db86..5fbbad5 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -53,6 +53,6 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" - implementation "io.qonversion:sandwich:6.0.10" + implementation "io.qonversion:sandwich:6.0.11" implementation 'com.google.code.gson:gson:2.9.0' } diff --git a/ios/qonversion_flutter.podspec b/ios/qonversion_flutter.podspec index 0c918ba..f2e1d85 100644 --- a/ios/qonversion_flutter.podspec +++ b/ios/qonversion_flutter.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| s.source_files = 'Classes/**/*' s.dependency 'Flutter' s.platform = :ios, '13.0' - s.dependency "QonversionSandwich", "6.0.10" + s.dependency "QonversionSandwich", "6.0.11" # Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported. s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }