We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2bc42bd + 923027e commit 69abb6dCopy full SHA for 69abb6d
2 files changed
android/build.gradle
@@ -53,6 +53,6 @@ android {
53
54
dependencies {
55
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
56
- implementation "io.qonversion:sandwich:6.0.10"
+ implementation "io.qonversion:sandwich:6.0.11"
57
implementation 'com.google.code.gson:gson:2.9.0'
58
}
ios/qonversion_flutter.podspec
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
s.source_files = 'Classes/**/*'
17
s.dependency 'Flutter'
18
s.platform = :ios, '13.0'
19
- s.dependency "QonversionSandwich", "6.0.10"
+ s.dependency "QonversionSandwich", "6.0.11"
20
21
# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
22
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
0 commit comments