Update dependencies and migrate new deprecated stuff.
This commit is contained in:
parent
091e76bbf0
commit
a2f26cc2a5
7 changed files with 49 additions and 49 deletions
|
|
@ -4,7 +4,6 @@ plugins {
|
|||
id("com.google.dagger.hilt.android")
|
||||
id("com.google.gms.google-services")
|
||||
id("com.google.firebase.crashlytics")
|
||||
id("org.jetbrains.kotlin.kapt")
|
||||
id("com.google.devtools.ksp")
|
||||
}
|
||||
|
||||
|
|
@ -80,7 +79,7 @@ android {
|
|||
}
|
||||
|
||||
composeOptions {
|
||||
kotlinCompilerExtensionVersion = "1.5.3"
|
||||
kotlinCompilerExtensionVersion = "1.5.7"
|
||||
}
|
||||
|
||||
packaging {
|
||||
|
|
@ -96,7 +95,7 @@ android {
|
|||
|
||||
dependencies {
|
||||
implementation("androidx.core:core-ktx:1.12.0")
|
||||
implementation("androidx.activity:activity-compose:1.8.0")
|
||||
implementation("androidx.activity:activity-compose:1.8.2")
|
||||
|
||||
// Compose
|
||||
implementation("androidx.compose.ui:ui:1.5.4")
|
||||
|
|
@ -110,10 +109,10 @@ dependencies {
|
|||
implementation("androidx.constraintlayout:constraintlayout-compose:1.0.1")
|
||||
|
||||
// Navigation
|
||||
implementation("androidx.navigation:navigation-compose:2.7.5")
|
||||
implementation("androidx.navigation:navigation-compose:2.7.6")
|
||||
|
||||
// Accompanist
|
||||
implementation("com.google.accompanist:accompanist-placeholder:0.30.1")
|
||||
implementation("com.google.accompanist:accompanist-placeholder:0.32.0")
|
||||
|
||||
// Splash Screen support prior to Android 12
|
||||
implementation("androidx.core:core-splashscreen:1.0.1")
|
||||
|
|
@ -130,7 +129,7 @@ dependencies {
|
|||
)
|
||||
|
||||
// Import the BoM for the Firebase platform
|
||||
implementation(platform("com.google.firebase:firebase-bom:32.3.1"))
|
||||
implementation(platform("com.google.firebase:firebase-bom:32.7.0"))
|
||||
implementation("com.google.firebase:firebase-crashlytics-ktx")
|
||||
implementation("com.google.firebase:firebase-analytics-ktx")
|
||||
implementation("com.google.firebase:firebase-auth-ktx")
|
||||
|
|
@ -138,11 +137,12 @@ dependencies {
|
|||
|
||||
// Hilt: Dependency injection
|
||||
implementation("androidx.hilt:hilt-navigation-compose:1.1.0")
|
||||
implementation("com.google.dagger:hilt-android:2.48")
|
||||
kapt("com.google.dagger:hilt-compiler:2.48")
|
||||
implementation("com.google.dagger:hilt-android:2.50")
|
||||
ksp("com.google.dagger:hilt-android-compiler:2.50")
|
||||
ksp("com.google.dagger:hilt-compiler:2.50")
|
||||
|
||||
// Image
|
||||
implementation("io.coil-kt:coil-compose:2.4.0")
|
||||
implementation("io.coil-kt:coil-compose:2.5.0")
|
||||
}
|
||||
|
||||
java {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue