speedup + minor fixes

This commit is contained in:
Hadrian Burkhardt
2026-02-26 03:19:53 +01:00
parent 471270a396
commit 027d2391b7
5 changed files with 54 additions and 19 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
plugins {
id("com.android.application") version "9.0.0" apply false
id("com.android.application") version "9.0.1" apply false
id("com.google.devtools.ksp") version "2.3.5" apply false
id("org.jetbrains.kotlin.plugin.compose") version "2.3.10" apply false
}