File tree Expand file tree Collapse file tree 22 files changed +45
-45
lines changed
Expand file tree Collapse file tree 22 files changed +45
-45
lines changed Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33plugins {
4- id(" com.android.application" ) version " 8.3.2 " apply false
5- id(" com.android.library" ) version " 8.3.2 " apply false
4+ id(" com.android.application" ) version " 8.4.0 " apply false
5+ id(" com.android.library" ) version " 8.4.0 " apply false
66 id(" org.jetbrains.kotlin.android" ) version " 1.9.23" apply false
77 id(" com.google.gms.google-services" ) version " 4.4.1" apply false
88}
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33plugins {
4- id(" com.android.application" ) version " 8.3.2 " apply false
5- id(" com.android.library" ) version " 8.3.2 " apply false
4+ id(" com.android.application" ) version " 8.4.0 " apply false
5+ id(" com.android.library" ) version " 8.4.0 " apply false
66 id(" org.jetbrains.kotlin.android" ) version " 1.9.23" apply false
77 id(" com.google.gms.google-services" ) version " 4.4.1" apply false
88}
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33plugins {
4- id(" com.android.application" ) version " 8.3.2 " apply false
5- id(" com.android.library" ) version " 8.3.2 " apply false
4+ id(" com.android.application" ) version " 8.4.0 " apply false
5+ id(" com.android.library" ) version " 8.4.0 " apply false
66 id(" org.jetbrains.kotlin.android" ) version " 1.9.23" apply false
77 id(" com.google.gms.google-services" ) version " 4.4.1" apply false
88}
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
5151 implementation(project(" :internal:lintchecks" ))
5252 implementation(" androidx.multidex:multidex:2.0.1" )
5353
54- implementation(" androidx.activity:activity-ktx:1.8.2 " )
54+ implementation(" androidx.activity:activity-ktx:1.9.0 " )
5555 implementation(" androidx.constraintlayout:constraintlayout:2.1.4" )
5656 implementation(" androidx.vectordrawable:vectordrawable-animated:1.1.0" )
5757 implementation(" com.google.android.material:material:1.11.0" )
@@ -65,7 +65,7 @@ dependencies {
6565 implementation(" com.google.firebase:firebase-auth" )
6666
6767 // Google Identity Services SDK (only required for Auth with Google)
68- implementation(" com.google.android.gms:play-services-auth:21.0 .0" )
68+ implementation(" com.google.android.gms:play-services-auth:21.1 .0" )
6969
7070 // Firebase UI
7171 // Used in FirebaseUIActivity.
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33plugins {
4- id(" com.android.application" ) version " 8.3.2 " apply false
5- id(" com.android.library" ) version " 8.3.2 " apply false
4+ id(" com.android.application" ) version " 8.4.0 " apply false
5+ id(" com.android.library" ) version " 8.4.0 " apply false
66 id(" org.jetbrains.kotlin.android" ) version " 1.9.23" apply false
77 id(" com.google.gms.google-services" ) version " 4.4.1" apply false
88}
Original file line number Diff line number Diff line change 11import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
22
33plugins {
4- id(" com.android.application" ) version " 8.3.2 " apply false
5- id(" com.android.library" ) version " 8.3.2 " apply false
4+ id(" com.android.application" ) version " 8.4.0 " apply false
5+ id(" com.android.library" ) version " 8.4.0 " apply false
66 id(" org.jetbrains.kotlin.android" ) version " 1.9.23" apply false
77 id(" com.google.gms.google-services" ) version " 4.4.1" apply false
88 id(" com.google.firebase.crashlytics" ) version " 2.9.9" apply false
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33plugins {
4- id(" com.android.application" ) version " 8.3.2 " apply false
5- id(" com.android.library" ) version " 8.3.2 " apply false
4+ id(" com.android.application" ) version " 8.4.0 " apply false
5+ id(" com.android.library" ) version " 8.4.0 " apply false
66 id(" org.jetbrains.kotlin.android" ) version " 1.9.23" apply false
77 id(" com.google.gms.google-services" ) version " 4.4.1" apply false
88}
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ dependencies {
5353 implementation(project(" :internal:lintchecks" ))
5454 implementation(project(" :internal:chooserx" ))
5555 implementation(" com.google.android.material:material:1.11.0" )
56- implementation(" androidx.activity:activity-ktx:1.8.2 " )
56+ implementation(" androidx.activity:activity-ktx:1.9.0 " )
5757
5858 // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
5959 implementation(platform(" com.google.firebase:firebase-bom:32.8.1" ))
@@ -66,7 +66,7 @@ dependencies {
6666 implementation(" com.google.firebase:firebase-analytics" )
6767
6868 // For use in the CustomKeySamples -- for testing Google Api Availability.
69- implementation(" com.google.android.gms:play-services-base:18.3 .0" )
69+ implementation(" com.google.android.gms:play-services-base:18.4 .0" )
7070
7171 testImplementation(" junit:junit:4.13.2" )
7272 androidTestImplementation(" androidx.test.espresso:espresso-core:3.5.1" )
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33plugins {
4- id(" com.android.application" ) version " 8.3.2 " apply false
5- id(" com.android.library" ) version " 8.3.2 " apply false
4+ id(" com.android.application" ) version " 8.4.0 " apply false
5+ id(" com.android.library" ) version " 8.4.0 " apply false
66 id(" org.jetbrains.kotlin.android" ) version " 1.9.23" apply false
77 id(" com.google.gms.google-services" ) version " 4.4.1" apply false
88 id(" com.google.firebase.crashlytics" ) version " 2.9.9" apply false
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33plugins {
4- id(" com.android.application" ) version " 8.3.2 " apply false
5- id(" com.android.library" ) version " 8.3.2 " apply false
4+ id(" com.android.application" ) version " 8.4.0 " apply false
5+ id(" com.android.library" ) version " 8.4.0 " apply false
66 id(" org.jetbrains.kotlin.android" ) version " 1.9.23" apply false
77 id(" com.google.gms.google-services" ) version " 4.4.1" apply false
88}
You can’t perform that action at this time.
0 commit comments