Skip to content

Commit f6531a1

Browse files
dadachiclaude
andcommitted
Bump versionCode to 9 and versionName to 3.2.4
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 40aa7e6 commit f6531a1

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.4] - 2026-05-04
8+
9+
### Fixed
10+
- Welcome screen sparkle was invisible (white-on-white) in light mode — pinned the screen to brand navy `#1A2332` (matching the launcher and splash) regardless of theme so the white sparkle and title always have contrast
11+
- Sign-up / sign-in sparkle was hard-coded to white and washed out on light backgrounds — switched to `MaterialTheme.colorScheme.primary` so it stays visible in both light and dark modes
12+
713
## [3.2.3] - 2026-05-04
814

915
### Fixed

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 = 8
18-
versionName = "3.2.3"
17+
versionCode = 9
18+
versionName = "3.2.4"
1919

2020
vectorDrawables {
2121
useSupportLibrary = true

0 commit comments

Comments
 (0)