From ed2022a46a7f21ed5a771788976b6ca0905bdaac Mon Sep 17 00:00:00 2001 From: Kamo Spertsyan Date: Tue, 7 Oct 2025 09:54:14 +0300 Subject: [PATCH] Update Qonversion sandwich dependency to version 6.0.11 to fix Purchase acion type on Android --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index b9e5212d..73af9c82 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:6.0.10" + implementation "io.qonversion:sandwich:6.0.11" } if (isNewArchitectureEnabled()) {