From b5828b7b4bc98487a157c69db4bbdc81f5b3a44c Mon Sep 17 00:00:00 2001 From: NickSxti Date: Tue, 28 Apr 2026 17:34:38 +0400 Subject: [PATCH] SUP3-141: bump no-codes to 1.9.1 to pull in Android SDK 9.4.1 Bump nocodes versionName so the next no-codes publish picks up the io.qonversion.android.sdk:sdk:9.4.1 transitive dependency, which contains the SUP3-118 race condition fix for Lifetime purchases. Without this bump, no-codes 1.9.0 still resolves to sdk:9.4.0 and the fix does not propagate downstream (sandwich -> Unity/Flutter/RN). --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0e184f9f..2b240d8d 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { versionCode: 1 ] nocodes = [ - versionName: "1.9.0", + versionName: "1.9.1", versionCode: 1 ] }