feat: remove previous back button and add a switching validate/back button for better UX

This commit is contained in:
2026-01-19 14:56:59 +01:00
parent 7b53f8407c
commit 2c225f6821
8 changed files with 78 additions and 82 deletions

View File

@@ -10,8 +10,8 @@ android {
applicationId "com.stock.pignon"
minSdkVersion 17
targetSdkVersion 36
versionCode 4
versionName "0.4.0"
versionCode 5
versionName "0.5.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}