v0.1.7 — Settings back button returns to main, doesn't exit app

The screen enum lives entirely inside Compose, so the system back press
went straight to Activity.finish(). Added a BackHandler in the SETTINGS
branch that intercepts and routes back to MAIN.

versionCode 7 → 8, versionName 0.1.6 → 0.1.7.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
KaraZajac
2026-04-28 22:16:09 -04:00
parent 2ff63da9b5
commit e8ebcfbb41
2 changed files with 7 additions and 2 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ android {
applicationId = "org.soulstone.overwatch"
minSdk = 26
targetSdk = 35
versionCode = 7
versionName = "0.1.6"
versionCode = 8
versionName = "0.1.7"
}
buildTypes {