Add splash screen

This commit is contained in:
2026-06-17 01:01:09 +07:00
parent 54db47dc45
commit 8f97891843
50 changed files with 279 additions and 183 deletions
+3
View File
@@ -21,6 +21,7 @@ logger = "2.7.1"
sqldelight = "2.3.2"
kotlinx-datetime = "0.8.0"
kable = "0.43.0"
androidxCoreSplashscreen = "1.2.0"
[libraries]
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
@@ -69,6 +70,8 @@ sqldelight-native = { module = "app.cash.sqldelight:native-driver", version.ref
kotlinx-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version.ref = "kotlinx-datetime" }
ble-kable = { module = "com.juul.kable:kable-core", version.ref = "kable" }
androidx-core-splashscreen = {module = "androidx.core:core-splashscreen", version.ref = "androidxCoreSplashscreen" }
[plugins]
androidApplication = { id = "com.android.application", version.ref = "agp" }
androidLibrary = { id = "com.android.library", version.ref = "agp" }