From d4eeef99d0f1635580b114212b95cf7d262e9f27 Mon Sep 17 00:00:00 2001 From: Konrad Pozniak Date: Mon, 4 Apr 2022 10:10:23 +0200 Subject: [PATCH] upgrade splashscreen library to 1.0.0-beta02 (#2416) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 7c4b61057..ad1ef72f6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -128,7 +128,7 @@ dependencies { implementation "androidx.room:room-paging:$roomVersion" implementation "androidx.room:room-rxjava3:$roomVersion" kapt "androidx.room:room-compiler:$roomVersion" - implementation 'androidx.core:core-splashscreen:1.0.0-beta01' + implementation 'androidx.core:core-splashscreen:1.0.0-beta02' implementation "com.google.android.material:material:1.5.0"