Skip to content

No-Codes Release 1.9.1#805

Merged
NickSxti merged 1 commit into
developfrom
release-nocodes/1.9.1
Apr 28, 2026
Merged

No-Codes Release 1.9.1#805
NickSxti merged 1 commit into
developfrom
release-nocodes/1.9.1

Conversation

@NickSxti
Copy link
Copy Markdown
Contributor

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: bump nocodes.versionName from 1.9.0 to 1.9.1

That's it - no code changes. The transitive io.qonversion.android.sdk:sdk dependency resolves at publish time from the same build.gradle (where sdk.versionName = "9.4.1" already), so no-codes:1.9.1 will publish with sdk:9.4.1 as its compile-scope dependency.

Why

io.qonversion:no-codes:1.9.0 (latest) was tagged when sdk.versionName = "9.4.0", so it pulls in sdk: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

  1. Merge to develop, then merge same branch to main
  2. Push tag nocodes/1.9.1
  3. publish.yml workflow uploads io.qonversion:no-codes:1.9.1 to Maven Central
  4. Verify on Maven Central, then proceed with sandwich 7.8.2 PR

Linear

SUP3-141 - Propagate SDK 9.4.1 race condition fix to Unity SDK chain
Related: SUP3-118

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).
@NickSxti NickSxti merged commit 8783796 into develop Apr 28, 2026
2 checks passed
@NickSxti NickSxti deleted the release-nocodes/1.9.1 branch April 28, 2026 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants