Fix issue where solution is in perfect order

This commit is contained in:
Christian Basler
2025-06-16 18:02:02 +02:00
parent dedc686e9e
commit 85763485d3
9 changed files with 117 additions and 11 deletions

View File

@@ -5,7 +5,7 @@ agp = "8.10.1"
jdk = "21"
android-compileSdk = "35"
android-minSdk = "24"
android-targetSdk = "35"
android-targetSdk = "36"
androidx-activityCompose = "1.10.1"
androidx-compose = "1.8.2"
compose-plugin = "1.7.0"