Skip to content

Commit 0b2a824

Browse files
runningcodeclaude
andauthored
chore(android): Bump version to 1.0.6 (#689)
## Summary - Updates Android versionCode from 16 to 17 - Updates Android versionName from 1.0.5 to 1.0.6 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Sonnet 4.5 <[email protected]>
1 parent 4eb55c0 commit 0b2a824

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 = 16
22-
versionName = "1.0.5"
21+
versionCode = 17
22+
versionName = "1.0.6"
2323

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

0 commit comments

Comments
 (0)