Browse Source

upgrade splashscreen library to 1.0.0-beta02 (#2416)

pull/1814/merge
Konrad Pozniak 4 years ago committed by GitHub
parent
commit
d4eeef99d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/build.gradle

2
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"

Loading…
Cancel
Save