From e97c2f3015a9449bb30c75ea17c7e78832f9401d Mon Sep 17 00:00:00 2001 From: xfy Date: Mon, 15 Jun 2026 17:00:53 +0800 Subject: [PATCH] build: add androidx.core:core-splashscreen 1.0.1 --- app/build.gradle.kts | 1 + gradle/libs.versions.toml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 7f725fe..a636dbc 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -91,6 +91,7 @@ android { dependencies { implementation(project(":core")) + implementation(libs.androidx.core.splashscreen) implementation(platform(libs.compose.bom)) implementation(libs.androidx.activity.compose) implementation(libs.androidx.profileinstaller) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 14a5364..a9b30a9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,6 +4,7 @@ android-compileSdk = "37" android-minSdk = "24" android-targetSdk = "37" androidx-activity = "1.13.0" +androidx-core-splashscreen = "1.0.1" androidx-espresso = "3.7.0" androidx-lifecycle = "2.10.0" androidx-testExt = "1.3.0" @@ -22,6 +23,7 @@ versions = "0.54.0" [libraries] androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" } androidx-benchmark-macro = { module = "androidx.benchmark:benchmark-macro-junit4", version.ref = "benchmarkMacro" } +androidx-core-splashscreen = { module = "androidx.core:core-splashscreen", version.ref = "androidx-core-splashscreen" } androidx-lifecycle-runtimeCompose = { module = "androidx.lifecycle:lifecycle-runtime-compose", version.ref = "androidx-lifecycle" } androidx-lifecycle-viewmodelCompose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "androidx-lifecycle" } androidx-profileinstaller = { module = "androidx.profileinstaller:profileinstaller", version.ref = "profileinstaller" }