Upgrade core-splashscreen and constraintlayout

This commit is contained in:
jarnedemeulemeester 2021-10-02 21:14:49 +02:00
parent 73fc37b4f1
commit f92efa31e8
No known key found for this signature in database
GPG key ID: 60884A0C1EBA43E5

View file

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