File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ android {
4040
4141dependencies {
4242 // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
43- implementation(platform(" com.google.firebase:firebase-bom:34.12 .0" ))
43+ implementation(platform(" com.google.firebase:firebase-bom:34.13 .0" ))
4444
4545 // Firestore
4646 implementation(" com.google.firebase:firebase-firestore" )
@@ -58,7 +58,7 @@ dependencies {
5858 implementation(" androidx.vectordrawable:vectordrawable-animated:1.2.0" )
5959 implementation(" androidx.cardview:cardview:1.0.0" )
6060 implementation(" androidx.browser:browser:1.5.0" )
61- implementation(" com.google.android.material:material:1.13 .0" )
61+ implementation(" com.google.android.material:material:1.14 .0" )
6262 implementation(" androidx.recyclerview:recyclerview:1.4.0" )
6363 implementation(" androidx.navigation:navigation-fragment-ktx:2.9.8" )
6464 implementation(" androidx.navigation:navigation-ui-ktx:2.9.8" )
Original file line number Diff line number Diff line change 22import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
33
44plugins {
5- id(" com.android.application" ) version " 9.2.0 " apply false
6- id(" com.android.library" ) version " 9.2.0 " apply false
5+ id(" com.android.application" ) version " 9.2.1 " apply false
6+ id(" com.android.library" ) version " 9.2.1 " apply false
77 id(" com.google.gms.google-services" ) version " 4.4.4" apply false
88 id(" androidx.navigation.safeargs" ) version " 2.9.8" apply false
99 id(" com.github.ben-manes.versions" ) version " 0.54.0" apply true
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-9.5.0 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.5.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments