new: add app icon and display it in the records screen

This commit is contained in:
2026-07-03 16:04:16 +02:00
parent 8d3da32454
commit bf059d5519
6 changed files with 64 additions and 190 deletions
+2
View File
@@ -24,5 +24,7 @@ kotlin {
}
compose.resources {
// Public so that other modules (e.g. shared UI) can reference drawables such as the app icon.
publicResClass = true
packageOfResClass = "fr.ajaury.gwenedeg.resources.generated.resources"
}