feat: manage color change and upgrade save_data method with List instead of map

This commit is contained in:
2026-01-31 16:09:37 +01:00
parent 1df2d95586
commit 0dbe47ad3b
5 changed files with 119 additions and 68 deletions

View File

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