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:
parent
62c3dff843
commit
a28fbce908
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue