Upgrade androidx splashscreen and constraintlayout

splashscreen 1.0.0-beta02 -> 1.0.0-rc01
constraintlayout 2.1.3 -> 2.1.4
This commit is contained in:
Jarne Demeulemeester 2022-05-21 18:11:45 +02:00
parent 62c3dff843
commit a28fbce908
No known key found for this signature in database
GPG key ID: 65C6006F2032DD14

View file

@ -63,7 +63,7 @@ dependencies {
implementation("androidx.leanback:leanback:1.2.0-alpha02")
implementation("androidx.core:core-ktx:1.7.0")
implementation("androidx.core:core-splashscreen:1.0.0-beta02")
implementation("androidx.core:core-splashscreen:1.0.0-rc01")
implementation("androidx.appcompat:appcompat:1.4.1")
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
@ -72,7 +72,7 @@ dependencies {
implementation("com.google.android.material:material:1.6.0")
// ConstraintLayout
implementation("androidx.constraintlayout:constraintlayout:2.1.3")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
// Lifecycle
val lifecycleVersion = "2.4.1"