fix: back to home after cart validation

This commit is contained in:
2026-01-19 13:23:08 +01:00
parent 7bea2fa9cf
commit 7b53f8407c
4 changed files with 22 additions and 13 deletions

View File

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