fix: fix back button over item, print item names on two lines and update default item list

This commit is contained in:
2026-01-29 16:30:49 +01:00
parent f4be7a90eb
commit 36dec7123f
68 changed files with 80 additions and 43 deletions

View File

@@ -10,8 +10,8 @@ android {
applicationId "com.stock.pignon"
minSdkVersion 17
targetSdkVersion 36
versionCode 6
versionName "0.5.1"
versionCode 7
versionName "0.5.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}