Upgrade core-splashscreen and constraintlayout
This commit is contained in:
parent
73fc37b4f1
commit
f92efa31e8
1 changed files with 2 additions and 2 deletions
|
@ -55,14 +55,14 @@ android {
|
|||
|
||||
dependencies {
|
||||
implementation("androidx.core:core-ktx:1.6.0")
|
||||
implementation("androidx.core:core-splashscreen:1.0.0-alpha01")
|
||||
implementation("androidx.core:core-splashscreen:1.0.0-alpha02")
|
||||
implementation("androidx.appcompat:appcompat:1.3.1")
|
||||
|
||||
// Material
|
||||
implementation("com.google.android.material:material:1.4.0")
|
||||
|
||||
// ConstraintLayout
|
||||
implementation("androidx.constraintlayout:constraintlayout:2.1.0")
|
||||
implementation("androidx.constraintlayout:constraintlayout:2.1.1")
|
||||
|
||||
// Navigation
|
||||
val navigationVersion = "2.3.5"
|
||||
|
|
Loading…
Reference in a new issue