Fix launcher icon clipping for 1.0.22

This commit is contained in:
admin
2026-07-01 14:49:11 +02:00
parent ed02da031b
commit 76326bbc27
16 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -33,8 +33,8 @@ android {
applicationId = "pl.firmatpp.kierowca"
minSdk = 26
targetSdk = 35
versionCode = 22
versionName = "1.0.21"
versionCode = 23
versionName = "1.0.22"
setProperty("archivesBaseName", "pl.firmatpp.kierowca")
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"