Skip to content

Commit 4a55dbc

Browse files
authored
release(4.2.0): bump versionName to 4.2.0 and versionCode to 218 (#1242)
* release(4.2.0): bump versionName to 4.2.0 and versionCode to 218 * docs(play-notes): add 4.2.0 production and beta release notes * docs(release): document Polkadot stable2503 alignment in 4.2.0 notes
1 parent 254f17e commit 4a55dbc

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
TON features are now public. We’ve added Coinbase provider support, migrated WalletConnect to the Reown SDK, and introduced a new price service plus remote asset sync. This update also includes platform/toolchain upgrades required by Google Play and multiple stability/UX fixes (e.g., improved Ethereum recipient checks). Please try key flows (connect/sign, send/receive) and share feedback via Settings → Support.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fearless 4.2.0 brings public TON features, Coinbase provider integration, migration from WalletConnect to Reown SDK, and a new price service with remote asset sync. Includes platform/toolchain upgrades required by Google Play, stability and UX improvements, and CI hardening. Staged rollout is in progress — please report any issues via Settings → Support.

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
buildscript {
22
ext {
33
// App version
4-
versionName = '4.0.2'
5-
versionCode = 217
4+
versionName = '4.2.0'
5+
versionCode = 218
66

77
// SDK and tools
88
compileSdkVersion = 35

docs/releases/4.2.0.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,21 @@ Promote 4.2.0 from 4.2.0‑beta.1 with no functional changes. Stability verified
2525
- Create `4.2.x` patch branch if needed
2626
- Update `docs/status.md` and `docs/roadmap.md` to reflect current state
2727

28+
## Polkadot stable2503 Alignment
29+
30+
To align this release with Polkadot SDK stable2503 without code changes, set the following in `local.properties` (or as CI env vars):
31+
32+
```
33+
TYPES_URL_OVERRIDE=https://cdn.jsdelivr.net/gh/soramitsu/shared-features-utils@polkadot-stable2503/chains/all_chains_types_android.json
34+
DEFAULT_V13_TYPES_URL_OVERRIDE=https://cdn.jsdelivr.net/gh/soramitsu/shared-features-utils@polkadot-stable2503/chains/default_v13_types.json
35+
CHAINS_URL_DEBUG_OVERRIDE=https://cdn.jsdelivr.net/gh/soramitsu/shared-features-utils@polkadot-stable2503/chains/v13/chains_dev_prod.json
36+
CHAINS_URL_RELEASE_OVERRIDE=https://cdn.jsdelivr.net/gh/soramitsu/shared-features-utils@polkadot-stable2503/chains/v13/chains.json
37+
# Optional: pin shared_features to a version compatible with stable2503
38+
SHARED_FEATURES_VERSION_OVERRIDE=1.x.y
39+
```
40+
41+
Verify the effective alignment before running tests/builds:
42+
43+
```
44+
./gradlew printPolkadotSdkAlignment
45+
```

0 commit comments

Comments
 (0)