Update dependencies versions
This commit is contained in:
parent
2cc1a0ea70
commit
b21ecd5449
4 changed files with 13 additions and 11 deletions
|
|
@ -100,17 +100,17 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("androidx.core:core-ktx:1.13.0")
|
implementation("androidx.core:core-ktx:1.13.1")
|
||||||
implementation("androidx.activity:activity-compose:1.9.0")
|
implementation("androidx.activity:activity-compose:1.9.0")
|
||||||
|
|
||||||
// Compose
|
// Compose
|
||||||
implementation("androidx.compose.ui:ui:1.6.6")
|
implementation("androidx.compose.ui:ui:1.6.7")
|
||||||
implementation("androidx.compose.ui:ui-util:1.6.6")
|
implementation("androidx.compose.ui:ui-util:1.6.7")
|
||||||
implementation("androidx.compose.ui:ui-graphics:1.6.6")
|
implementation("androidx.compose.ui:ui-graphics:1.6.7")
|
||||||
implementation("androidx.compose.ui:ui-tooling-preview:1.6.6")
|
implementation("androidx.compose.ui:ui-tooling-preview:1.6.7")
|
||||||
implementation("androidx.compose.material:material:1.6.6")
|
implementation("androidx.compose.material:material:1.6.7")
|
||||||
implementation("androidx.compose.material3:material3:1.2.1")
|
implementation("androidx.compose.material3:material3:1.2.1")
|
||||||
debugImplementation("androidx.compose.ui:ui-tooling:1.6.6")
|
debugImplementation("androidx.compose.ui:ui-tooling:1.6.7")
|
||||||
|
|
||||||
implementation("androidx.constraintlayout:constraintlayout-compose:1.0.1")
|
implementation("androidx.constraintlayout:constraintlayout-compose:1.0.1")
|
||||||
|
|
||||||
|
|
@ -124,7 +124,7 @@ dependencies {
|
||||||
implementation("androidx.core:core-splashscreen:1.0.1")
|
implementation("androidx.core:core-splashscreen:1.0.1")
|
||||||
|
|
||||||
// Google service
|
// Google service
|
||||||
implementation("com.google.android.gms:play-services-auth:21.1.0")
|
implementation("com.google.android.gms:play-services-auth:21.2.0")
|
||||||
implementation(
|
implementation(
|
||||||
dependencyNotation = "com.google.api-client:google-api-client-android:1.23.0",
|
dependencyNotation = "com.google.api-client:google-api-client-android:1.23.0",
|
||||||
dependencyConfiguration = { exclude("org.apache.httpcomponents") },
|
dependencyConfiguration = { exclude("org.apache.httpcomponents") },
|
||||||
|
|
@ -135,7 +135,7 @@ dependencies {
|
||||||
)
|
)
|
||||||
|
|
||||||
// Import the BoM for the Firebase platform
|
// Import the BoM for the Firebase platform
|
||||||
implementation(platform("com.google.firebase:firebase-bom:32.8.1"))
|
implementation(platform("com.google.firebase:firebase-bom:33.1.0"))
|
||||||
implementation("com.google.firebase:firebase-crashlytics-ktx")
|
implementation("com.google.firebase:firebase-crashlytics-ktx")
|
||||||
implementation("com.google.firebase:firebase-analytics-ktx")
|
implementation("com.google.firebase:firebase-analytics-ktx")
|
||||||
implementation("com.google.firebase:firebase-auth-ktx")
|
implementation("com.google.firebase:firebase-auth-ktx")
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,8 @@ import androidx.activity.result.contract.ActivityResultContracts
|
||||||
import androidx.compose.runtime.Composable
|
import androidx.compose.runtime.Composable
|
||||||
import androidx.compose.runtime.State
|
import androidx.compose.runtime.State
|
||||||
import androidx.compose.runtime.mutableStateOf
|
import androidx.compose.runtime.mutableStateOf
|
||||||
|
import androidx.credentials.Credential
|
||||||
|
import androidx.credentials.CredentialManager
|
||||||
import androidx.lifecycle.AndroidViewModel
|
import androidx.lifecycle.AndroidViewModel
|
||||||
import com.google.android.gms.auth.api.identity.GetSignInIntentRequest
|
import com.google.android.gms.auth.api.identity.GetSignInIntentRequest
|
||||||
import com.google.android.gms.auth.api.identity.Identity
|
import com.google.android.gms.auth.api.identity.Identity
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||||
plugins {
|
plugins {
|
||||||
id("com.android.application") version "8.3.1" apply false
|
id("com.android.application") version "8.4.1" apply false
|
||||||
id("org.jetbrains.kotlin.android") version "1.9.23" apply false
|
id("org.jetbrains.kotlin.android") version "1.9.23" apply false
|
||||||
id("com.google.gms.google-services") version "4.3.14" apply false
|
id("com.google.gms.google-services") version "4.3.14" apply false
|
||||||
id("com.google.dagger.hilt.android") version "2.50" apply false
|
id("com.google.dagger.hilt.android") version "2.50" apply false
|
||||||
|
|
|
||||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
#Wed Jul 12 18:52:35 CEST 2023
|
#Wed Jul 12 18:52:35 CEST 2023
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue