We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5482fb6 commit 80569c1Copy full SHA for 80569c1
2 files changed
android/build.gradle
@@ -51,6 +51,6 @@ android {
51
52
dependencies {
53
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
54
- implementation "io.qonversion:sandwich:7.4.0"
+ implementation "io.qonversion:sandwich:7.5.0"
55
implementation 'com.google.code.gson:gson:2.9.0'
56
}
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", "7.4.0"
+ s.dependency "QonversionSandwich", "7.5.0"
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