Skip to content

Commit 8c57f39

Browse files
dadachiclaude
andauthored
Bump versionCode to 10 and versionName to 3.2.5 (#52)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent d986a81 commit 8c57f39

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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.5] - 2026-05-08
8+
9+
### Changed
10+
- Dropped articles before renameable domain nouns in UI strings ("Tap shop below", "Swipe to change item tag status.", "Add a new item tag and start changing item tag status.") and seed-data fixtures so the cross-platform rename pipeline produces grammatical output for any target word — mirrors [iOS PR #77](https://github.com/nativeapptemplate/NativeAppTemplate-iOS/pull/77)
11+
712
## [3.2.4] - 2026-05-04
813

914
### 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 = 9
18-
versionName = "3.2.4"
17+
versionCode = 10
18+
versionName = "3.2.5"
1919

2020
vectorDrawables {
2121
useSupportLibrary = true

0 commit comments

Comments
 (0)