update app version

This commit is contained in:
Marek
2026-04-12 21:24:19 +02:00
parent df7f956f2d
commit 3ae593fb97
3 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ android {
applicationId = "de.haushalt.app" applicationId = "de.haushalt.app"
minSdk = 26 minSdk = 26
targetSdk = 35 targetSdk = 35
versionCode = 2 versionCode = 4
versionName = "0.1.0" versionName = "0.1.0"
} }

Binary file not shown.

View File

@@ -1,4 +1,4 @@
{ {
"versionCode": 3, "versionCode": 4,
"apkFile": "haushalt.apk" "apkFile": "haushalt.apk"
} }