diff --git a/app/build.gradle b/app/build.gradle index f9c2877c1..37e442b40 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -225,7 +225,7 @@ dependencies { // Work Request - used to delay boot event handling implementation "androidx.work:work-runtime-ktx:$work_version" - implementation "androidx.core:core-splashscreen:1.0.0-beta02" + implementation "androidx.core:core-splashscreen:1.0.0" // CompletableFuture backport for API 14+ implementation 'net.sourceforge.streamsupport:streamsupport-minifuture:1.7.4'