Browse Source

Build(deps): Bump androidx.core:core-splashscreen from 1.0.0 to 1.0.1

Bumps androidx.core:core-splashscreen from 1.0.0 to 1.0.1.

---
updated-dependencies:
- dependency-name: androidx.core:core-splashscreen
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 2 years ago
parent
commit
ef3d1c868a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -382,7 +382,7 @@ dependencies {
     implementation "io.coil-kt:coil:2.4.0"
     implementation "io.coil-kt:coil:2.4.0"
 
 
     //splash screen dependency ref: https://developer.android.com/develop/ui/views/launch/splash-screen/migrate
     //splash screen dependency ref: https://developer.android.com/develop/ui/views/launch/splash-screen/migrate
-    implementation 'androidx.core:core-splashscreen:1.0.0'
+    implementation 'androidx.core:core-splashscreen:1.0.1'
 }
 }
 
 
 configurations.all {
 configurations.all {