diff --git a/android/build.gradle b/android/build.gradle index b724e22..50a8836 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -80,7 +80,7 @@ def kotlin_version = getExtOrDefault("kotlinVersion") dependencies { implementation "com.facebook.react:react-android" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation "io.qonversion:sandwich:7.4.0" + implementation "io.qonversion:sandwich:7.5.0" } if (isNewArchitectureEnabled()) { diff --git a/package.json b/package.json index 232503d..ca96c0e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@qonversion/react-native-sdk", "title": "React Native Qonversion", - "version": "10.2.0", + "version": "10.3.0", "description": "Qonversion provides full in-app purchases infrastructure, so you do not need to build your own server for receipt validation. Implement in-app subscriptions, validate user receipts, check subscription status, and provide access to your app features and content using our StoreKit wrapper and Google Play Billing wrapper.", "main": "./lib/module/index.js", "types": "./lib/typescript/src/index.d.ts", diff --git a/qonversion-react-native-sdk.podspec b/qonversion-react-native-sdk.podspec index bf2a464..ecceff5 100644 --- a/qonversion-react-native-sdk.podspec +++ b/qonversion-react-native-sdk.podspec @@ -16,6 +16,6 @@ Pod::Spec.new do |s| s.source_files = "ios/**/*.{h,m,mm,cpp,swift}" s.private_header_files = "ios/**/*.h" - s.dependency "QonversionSandwich", "7.4.0" + s.dependency "QonversionSandwich", "7.5.0" install_modules_dependencies(s) end diff --git a/src/internal/QonversionInternal.ts b/src/internal/QonversionInternal.ts index 2e486ed..e56039c 100644 --- a/src/internal/QonversionInternal.ts +++ b/src/internal/QonversionInternal.ts @@ -24,7 +24,7 @@ import PromotionalOffer from '../dto/PromotionalOffer'; import RNQonversion from './specs/NativeQonversionModule'; import type { QPromoOfferDetails } from './specs/NativeQonversionModule'; -export const sdkVersion = "10.2.0"; +export const sdkVersion = "10.3.0"; export const sdkSource = "rn"; export default class QonversionInternal implements QonversionApi {