Many bug fixes, nearing release

This commit is contained in:
Henry Hiles 2023-12-27 08:31:49 -05:00
parent 92bad19a90
commit 985382fa1b
18 changed files with 164 additions and 129 deletions

View file

@ -1,4 +1,5 @@
plugins {
kotlin("plugin.serialization") version "1.9.20" apply false
id("com.android.application") version "8.2.0" apply false
id("com.android.library") version "8.2.0" apply false
id("org.jetbrains.kotlin.android") version "1.9.20" apply false