From d0255be77a48404c2cdefa3a1cc4eee3424b6abf Mon Sep 17 00:00:00 2001 From: Kamo Spertsyan Date: Fri, 30 Jan 2026 17:02:13 +0300 Subject: [PATCH] Update Sandwich SDK to 7.5.0 --- QonversionCapacitorPlugin.podspec | 2 +- android/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/QonversionCapacitorPlugin.podspec b/QonversionCapacitorPlugin.podspec index 253274e..4618b90 100644 --- a/QonversionCapacitorPlugin.podspec +++ b/QonversionCapacitorPlugin.podspec @@ -14,5 +14,5 @@ Pod::Spec.new do |s| s.ios.deployment_target = '14.0' s.dependency 'Capacitor' s.swift_version = '5.1' - s.dependency "QonversionSandwich", "7.4.0" + s.dependency "QonversionSandwich", "7.5.0" end diff --git a/android/build.gradle b/android/build.gradle index 2006fcc..b0d8109 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -61,7 +61,7 @@ dependencies { implementation project(':capacitor-android') implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion" implementation 'androidx.core:core-ktx:1.13.1' - implementation "io.qonversion:sandwich:7.4.0" + implementation "io.qonversion:sandwich:7.5.0" testImplementation "junit:junit:$junitVersion" androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion" androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"