From cb421c309efa3b1a0f70b6c9aad967bf385fd8e0 Mon Sep 17 00:00:00 2001 From: suriksarkisyan Date: Tue, 24 Mar 2026 21:11:38 +0000 Subject: [PATCH 1/2] [create-pull-request] automated change --- QonversionSandwich.podspec | 2 +- android/build.gradle | 2 +- fastlane/report.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/QonversionSandwich.podspec b/QonversionSandwich.podspec index 526fb24..17ec15d 100644 --- a/QonversionSandwich.podspec +++ b/QonversionSandwich.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'QonversionSandwich' - s.version = '7.5.2' + s.version = '7.6.0' s.summary = 'qonversion.io' s.swift_version = '5.0' s.description = <<-DESC diff --git a/android/build.gradle b/android/build.gradle index cfb250e..8b1dbdb 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -2,7 +2,7 @@ buildscript { ext { release = [ - versionName: "7.5.2", + versionName: "7.6.0", ] } diff --git a/fastlane/report.xml b/fastlane/report.xml index 4a4e213..c2f0dfa 100644 --- a/fastlane/report.xml +++ b/fastlane/report.xml @@ -5,7 +5,7 @@ - + From 16a94e46d735a273e755e695310fe8376bde1a9a Mon Sep 17 00:00:00 2001 From: Surik Date: Wed, 25 Mar 2026 00:12:09 +0300 Subject: [PATCH 2/2] Update native SDKs and bump version to 7.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - iOS Qonversion pod: 6.6.1 → 6.8.0 - Android no-codes: 1.5.2 → 1.7.0 Co-Authored-By: Claude Opus 4.6 (1M context) --- QonversionSandwich.podspec | 2 +- android/sandwich/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/QonversionSandwich.podspec b/QonversionSandwich.podspec index 17ec15d..d4ef52b 100644 --- a/QonversionSandwich.podspec +++ b/QonversionSandwich.podspec @@ -16,6 +16,6 @@ Pod::Spec.new do |s| "osx" => "10.15" } s.source_files = 'ios/sandwich/**/*.{h,m,swift}' - s.dependency "Qonversion", "6.6.1" + s.dependency "Qonversion", "6.8.0" s.module_name = 'QonversionSandwich' end diff --git a/android/sandwich/build.gradle b/android/sandwich/build.gradle index 7d52404..0612847 100644 --- a/android/sandwich/build.gradle +++ b/android/sandwich/build.gradle @@ -1,5 +1,5 @@ buildscript { - ext.nocodes_version = '1.5.2' + ext.nocodes_version = '1.7.0' } plugins {