Fix driver route crash on null photos

This commit is contained in:
admin
2026-07-08 00:02:15 +02:00
parent e811b4bc43
commit d6b36a1d3a
5 changed files with 44 additions and 3 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ android {
applicationId = "pl.firmatpp.kierowca"
minSdk = 26
targetSdk = 35
versionCode = 49
versionCode = 50
versionName = "1.0.44"
setProperty("archivesBaseName", "pl.firmatpp.kierowca")
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"