refactor: Backport Android 12 SplashScreen to older Android versions

Fixes GH-20
This commit is contained in:
ziro 2024-02-07 11:52:25 +07:00
parent 27284d00f6
commit 04078084bd
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
17 changed files with 123 additions and 54 deletions

View file

@ -11,6 +11,7 @@ browser = { module = "androidx.browser:browser", version = "1.6.0" }
biometric = { module = "androidx.biometric:biometric", version = "1.1.0" }
cardview = { module = "androidx.cardview:cardview", version = "1.0.0" }
core = { module = "androidx.core:core-ktx", version = "1.12.0" }
core-splashscreen = { module = "androidx.core:core-splashscreen", version = "1.0.1" }
constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.1.4" }
glance-appwidget = { module = "androidx.glance:glance-appwidget", version = "1.0.0" }
lifecycle-viewmodel = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycle" }