mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
refactor: Backport Android 12 SplashScreen to older Android versions
Fixes GH-20
This commit is contained in:
parent
27284d00f6
commit
04078084bd
17 changed files with 123 additions and 54 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue