Upgrade dependencies

core-splashscreen 1.0.0-alpha02 -> 1.0.0-beta01
appcompat 1.4.0 -> 1.4.1
constraintlayout 2.1.2 -> 2.1.3
This commit is contained in:
Jarne Demeulemeester 2022-01-21 18:01:07 +01:00
parent dca9902e10
commit 42199ecaf5
No known key found for this signature in database
GPG key ID: 65C6006F2032DD14

View file

@ -66,8 +66,8 @@ 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-alpha02")
implementation("androidx.appcompat:appcompat:1.4.0")
implementation("androidx.core:core-splashscreen:1.0.0-beta01")
implementation("androidx.appcompat:appcompat:1.4.1")
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
@ -75,7 +75,7 @@ dependencies {
implementation("com.google.android.material:material:1.4.0")
// ConstraintLayout
implementation("androidx.constraintlayout:constraintlayout:2.1.2")
implementation("androidx.constraintlayout:constraintlayout:2.1.3")
// Lifecycle
val lifecycleVersion = "2.4.0"