feat: use dark theme

This commit is contained in:
2025-02-18 19:15:11 +01:00
parent f70e9b79f0
commit f9a76afaa7
6 changed files with 34 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.7.3" apply false
id("org.jetbrains.kotlin.android") version "1.9.24" apply false
id("org.jetbrains.kotlin.android") version "1.9.0" apply false
}