[Fix] Handle the back button on mobile when returning to the startup page

This commit is contained in:
MartinBraquet
2026-06-07 20:23:22 +02:00
parent 32b63b4ffd
commit 558fdfbca4
2 changed files with 39 additions and 12 deletions

View File

@@ -11,8 +11,8 @@ android {
applicationId "com.compassconnections.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 121
versionName "1.29.0"
versionCode 122
versionName "1.29.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.