修复启动时的闪烁问题 #78
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
[versions]
|
||||
|
||||
coreSplashscreen = "1.0.0-beta02"
|
||||
datastorePreferences = "1.1.7"
|
||||
kotlin = "2.2.20"
|
||||
ksp = "2.2.10-2.0.2"
|
||||
@@ -44,6 +45,7 @@ desugar = "2.1.5"
|
||||
|
||||
activity = "1.11.0"
|
||||
#kotlinxSerialization = "1.8.0"
|
||||
startupRuntime = "1.1.1"
|
||||
swiperefreshlayout = "1.1.0"
|
||||
#noinspection GradleDependency
|
||||
recyclerview = "1.4.0"
|
||||
@@ -65,8 +67,10 @@ androidx-annotation = { group = "androidx.annotation", name = "annotation", vers
|
||||
#androidx-annotation-experimental = { group = "androidx.annotation", name = "annotation-experimental", version = "1.3.1" }
|
||||
|
||||
androidx-collection = { module = "androidx.collection:collection", version.ref = "collection" }
|
||||
androidx-core-splashscreen = { module = "androidx.core:core-splashscreen", version.ref = "coreSplashscreen" }
|
||||
androidx-datastore-preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "datastorePreferences" }
|
||||
androidx-palette = { module = "androidx.palette:palette", version.ref = "palette" }
|
||||
androidx-startup-runtime = { module = "androidx.startup:startup-runtime", version.ref = "startupRuntime" }
|
||||
appcompat-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" }
|
||||
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "constraintlayout" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user