Skip to content

Commit d454b65

Browse files
runningcodeclaude
andauthored
chore(android): Bump version to 1.0.4 (#653)
## Summary - Increment versionCode from 14 to 15 - Increment versionName from 1.0.3 to 1.0.4 Preparing for the next Android release. 🤖 Generated with [Claude Code](https://claude.com/claude-code) FOR EXAMPLE ONLY: See this PR in Sentry [PR #653](https://sentry.sentry.io/pull/EmergeTools/hackernews/653/?tab=files) ([Size analysis](https://sentry.sentry.io/pull/EmergeTools/hackernews/653/?tab=size_analysis) | Codecov) Co-authored-by: Claude <[email protected]>
1 parent 04fff40 commit d454b65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
applicationId = "com.emergetools.hackernews"
1919
minSdk = 30
2020
targetSdk = 36
21-
versionCode = 14
22-
versionName = "1.0.3"
21+
versionCode = 15
22+
versionName = "1.0.4"
2323

2424
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2525
vectorDrawables {

0 commit comments

Comments
 (0)