diff --git a/CHANGELOG.md b/CHANGELOG.md index 9166d0c..3ad3ba0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ +## 10.0.3 +* Fixed `Purchase` action type for No-Codes event on Android. + ## 10.0.2 * Fixed No-Codes source and version tracking for internal purposes. ## 10.0.1 -* Fixed no-code screen action bar appearance issue. +* Fixed No-Code screen action bar appearance issue. ## 10.0.0 ### Introducing Qonversion No-Codes Beta! 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' } diff --git a/pubspec.yaml b/pubspec.yaml index 0074119..5b1eb49 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: qonversion_flutter description: Flutter plugin to implement in-app subscriptions and purchases. Validate user receipts and manage cross-platform access to paid content on your app. Android & iOS. -version: 10.0.2 +version: 10.0.3 homepage: 'https://qonversion.io' repository: 'https://github.com/qonversion/flutter-sdk'