Skip to content

Commit 8f80cd8

Browse files
dadachiclaude
andcommitted
Bump versionCode to 7 and versionName to 3.2.2
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent aecdbb1 commit 8f80cd8

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ 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.2] - 2026-05-04
8+
9+
### Changed
10+
- Renamed `app_name` to "Native App Template" so the launcher label and in-app title share a single source of truth
11+
- Sign-up / sign-in title dropped to `headlineMedium` bold/centered so it fits on one line
12+
- Refreshed launcher icon with sparkle artwork (per-density webp + vector foreground/monochrome) and added a `<monochrome>` layer for Android 13+ themed icons
13+
- Replaced splash "N" letterform with the same four-pointed sparkle (white on navy via `windowSplashScreenBackground`)
14+
15+
### Removed
16+
- Onboarding sample pages 1–4, the `Onboarding` data class, `ImageOrientation` enum, `OnboardingViewModel`, their tests, and the `ic_overview1-4` / `ic_hero` drawables — onboarding now shows just the welcome screen with an `AutoAwesome` icon
17+
718
## [3.2.1] - 2026-05-02
819

920
### 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 = 6
18-
versionName = "3.2.1"
17+
versionCode = 7
18+
versionName = "3.2.2"
1919

2020
vectorDrawables {
2121
useSupportLibrary = true

0 commit comments

Comments
 (0)