Add splash screen
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user