Skip to content

Commit 0b0cec0

Browse files
dadachiclaude
andcommitted
Bump versionCode to 8 and versionName to 3.2.3
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 344cd91 commit 0b0cec0

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

7+
## [3.2.3] - 2026-05-04
8+
9+
### Fixed
10+
- Welcome screen sparkle and title were drifting apart on tall phones — restructured to a `Column` with weighted spacers and a fixed 220dp sparkle so the icon and title sit together in the upper-middle
11+
12+
### Changed
13+
- Enlarged launcher sparkle from 0.61 to 0.75 scale so the foreground reads at launcher size
14+
- Dropped the embedded `#1A2332` background rect from the launcher foreground/monochrome vectors — the adaptive-icon `<background>` layer supplies the navy, and the monochrome layer must not include a fill rect for Android 13+ themed icons to render correctly
15+
716
## [3.2.2] - 2026-05-04
817

918
### Changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
applicationId = "com.nativeapptemplate.nativeapptemplatefree"
1515
targetSdk = 36
1616
minSdk = 26
17-
versionCode = 7
18-
versionName = "3.2.2"
17+
versionCode = 8
18+
versionName = "3.2.3"
1919

2020
vectorDrawables {
2121
useSupportLibrary = true

0 commit comments

Comments
 (0)