Skip to content

Commit

Permalink
Add splashscreen dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa committed Jul 1, 2024
1 parent b9ef0f5 commit 518bdf1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ dependencies {

implementation(Dependencies.commonsValidator)
implementation(Dependencies.AndroidX.coreKtx)
implementation(Dependencies.AndroidX.coreSplashscreen)
implementation(Dependencies.AndroidX.lifecycleRuntimeKtx)
implementation(Dependencies.AndroidX.lifecycleViewmodelKtx)
implementation(Dependencies.AndroidX.lifecycleRuntimeCompose)
Expand Down
1 change: 1 addition & 0 deletions android/buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ object Dependencies {
object AndroidX {
const val appcompat = "androidx.appcompat:appcompat:${Versions.AndroidX.appcompat}"
const val coreKtx = "androidx.core:core-ktx:${Versions.AndroidX.coreKtx}"
const val coreSplashscreen = "androidx.core:core-splashscreen:${Versions.AndroidX.coreSplashscreen}"
const val fragmentTestning =
"androidx.fragment:fragment-testing:${Versions.AndroidX.fragment}"
const val lifecycleRuntimeKtx =
Expand Down
1 change: 1 addition & 0 deletions android/buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ object Versions {
object AndroidX {
const val appcompat = "1.7.0"
const val coreKtx = "1.12.0"
const val coreSplashscreen = "1.1.0-rc01"
const val espresso = "3.5.1"
const val lifecycle = "2.8.2"
const val fragment = "1.6.2"
Expand Down

0 comments on commit 518bdf1

Please sign in to comment.