fix: update app version to 1.7.10 and SDK versions to 36
All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 2m28s

This commit is contained in:
Torsten Schulz (local)
2026-07-22 14:38:33 +02:00
parent ad778328e8
commit 48f0f9afb0
3 changed files with 18 additions and 11 deletions

BIN
mobile-app/composeApp/release/composeApp-release.aab Executable file → Normal file

Binary file not shown.

View File

@@ -1,11 +1,11 @@
[versions]
# composeApp (Play Store / „Über die App“-Build)
appVersionCode = "29"
appVersionName = "1.7.9"
appVersionCode = "30"
appVersionName = "1.7.10"
agp = "9.2.1"
android-compileSdk = "35"
android-compileSdk = "36"
android-minSdk = "24"
android-targetSdk = "35"
android-targetSdk = "36"
androidx-activityCompose = "1.8.2"
androidx-appcompat = "1.6.1"
androidx-constraintlayout = "2.1.4"