Skip to content

Commit 0168aa6

Browse files
authored
Merge pull request #410 from qonversion/release/10.0.3
2 parents ccedc53 + 96831bf commit 0168aa6

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
## 10.0.3
2+
* Fixed `Purchase` action type for No-Codes event on Android.
3+
14
## 10.0.2
25
* Fixed No-Codes source and version tracking for internal purposes.
36

47
## 10.0.1
5-
* Fixed no-code screen action bar appearance issue.
8+
* Fixed No-Code screen action bar appearance issue.
69

710
## 10.0.0
811
### Introducing Qonversion No-Codes Beta!

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ android {
5353

5454
dependencies {
5555
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
56-
implementation "io.qonversion:sandwich:6.0.10"
56+
implementation "io.qonversion:sandwich:6.0.11"
5757
implementation 'com.google.code.gson:gson:2.9.0'
5858
}

ios/qonversion_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
s.source_files = 'Classes/**/*'
1717
s.dependency 'Flutter'
1818
s.platform = :ios, '13.0'
19-
s.dependency "QonversionSandwich", "6.0.10"
19+
s.dependency "QonversionSandwich", "6.0.11"
2020

2121
# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
2222
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: qonversion_flutter
22
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.
3-
version: 10.0.2
3+
version: 10.0.3
44
homepage: 'https://qonversion.io'
55
repository: 'https://github.com/qonversion/flutter-sdk'
66

0 commit comments

Comments
 (0)