File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ dependencies {
5252 implementation(" com.github.bumptech.glide:glide:4.16.0" )
5353 implementation(" androidx.appcompat:appcompat:1.7.1" )
5454 implementation(" androidx.legacy:legacy-support-v4:1.0.0" )
55- implementation(" androidx.media:media:1.7.0 " )
56- implementation(" androidx.core:core-ktx:1.16 .0" )
55+ implementation(" androidx.media:media:1.7.1 " )
56+ implementation(" androidx.core:core-ktx:1.17 .0" )
5757
5858 // Google
5959 implementation(" com.google.android.gms:play-services-auth:21.4.0" )
Original file line number Diff line number Diff line change 22plugins {
33 id(" com.android.application" ) version " 8.12.0" apply false
44 id(" com.android.library" ) version " 8.12.0" apply false
5- id(" org.jetbrains.kotlin.android" ) version " 2.2.0 " apply false
5+ id(" org.jetbrains.kotlin.android" ) version " 2.2.10 " apply false
66 id(" com.google.gms.google-services" ) version " 4.4.3" apply false
77}
88
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ dependencies {
5252 implementation(" com.github.bumptech.glide:glide:4.16.0" )
5353 implementation(" androidx.appcompat:appcompat:1.7.1" )
5454 implementation(" androidx.legacy:legacy-support-v4:1.0.0" )
55- implementation(" androidx.media:media:1.7.0 " )
56- implementation(" androidx.core:core-ktx:1.16 .0" )
55+ implementation(" androidx.media:media:1.7.1 " )
56+ implementation(" androidx.core:core-ktx:1.17 .0" )
5757
5858 // Google
5959 implementation(" com.google.android.gms:play-services-auth:21.4.0" )
Original file line number Diff line number Diff line change 22plugins {
33 id(" com.android.application" ) version " 8.12.0" apply false
44 id(" com.android.library" ) version " 8.12.0" apply false
5- id(" org.jetbrains.kotlin.android" ) version " 2.2.0 " apply false
5+ id(" org.jetbrains.kotlin.android" ) version " 2.2.10 " apply false
66 id(" com.google.gms.google-services" ) version " 4.4.3" apply false
77}
88
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
33plugins {
44 id(" com.android.application" ) version " 8.12.0" apply false
55 id(" com.android.library" ) version " 8.12.0" apply false
6- id(" org.jetbrains.kotlin.android" ) version " 2.2.0 " apply false
6+ id(" org.jetbrains.kotlin.android" ) version " 2.2.10 " apply false
77 id(" com.google.gms.google-services" ) version " 4.4.3" apply false
88 id(" com.github.ben-manes.versions" ) version " 0.52.0" apply true
99}
You can’t perform that action at this time.
0 commit comments