No-Codes Release 1.9.1#805
Merged
Merged
Conversation
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).
This was referenced Apr 28, 2026
Merged
SpertsyanKM
approved these changes
Apr 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Cuts no-codes 1.9.1 to propagate the SDK 9.4.1 race condition fix (SUP3-118) into the transitive dependency chain.
Change
build.gradle: bumpnocodes.versionNamefrom1.9.0to1.9.1That's it - no code changes. The transitive
io.qonversion.android.sdk:sdkdependency resolves at publish time from the samebuild.gradle(wheresdk.versionName = "9.4.1"already), sono-codes:1.9.1will publish withsdk:9.4.1as its compile-scope dependency.Why
io.qonversion:no-codes:1.9.0(latest) was tagged whensdk.versionName = "9.4.0", so it pulls insdk:9.4.0. Customers consuming no-codes (sandwich -> Unity/Flutter/RN) do not get the SUP3-118 fix without a new no-codes release. See SUP3-141 for the full chain plan.Release steps after merge
nocodes/1.9.1publish.ymlworkflow uploadsio.qonversion:no-codes:1.9.1to Maven CentralLinear
SUP3-141 - Propagate SDK 9.4.1 race condition fix to Unity SDK chain
Related: SUP3-118