File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ plugins {
66
77android {
88 namespace = " com.google.firebase.example.fireeats"
9- compileSdk = 36
9+ compileSdk = 37
1010 defaultConfig {
1111 applicationId = " com.google.firebase.example.fireeats"
1212 minSdk = 23
13- targetSdk = 36
13+ targetSdk = 37
1414 versionCode = 1
1515 versionName = " 1.0"
1616
@@ -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.14 .0" ))
43+ implementation(platform(" com.google.firebase:firebase-bom:34.15 .0" ))
4444
4545 // Firestore
4646 implementation(" com.google.firebase:firebase-firestore" )
@@ -65,9 +65,9 @@ dependencies {
6565 implementation(" androidx.startup:startup-runtime:1.2.0" )
6666
6767 // Android architecture components
68- implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.10 .0" )
68+ implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.11 .0" )
6969 implementation(" androidx.lifecycle:lifecycle-extensions:2.2.0" )
70- annotationProcessor(" androidx.lifecycle:lifecycle-compiler:2.10 .0" )
70+ annotationProcessor(" androidx.lifecycle:lifecycle-compiler:2.11 .0" )
7171
7272 // Third-party libraries
7373 implementation(" me.zhanghai.android.materialratingbar:library:1.4.0" )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
44plugins {
55 id(" com.android.application" ) version " 9.2.1" apply false
66 id(" com.android.library" ) version " 9.2.1" apply false
7- id(" com.google.gms.google-services" ) version " 4.4.4 " apply false
7+ id(" com.google.gms.google-services" ) version " 4.5.0 " 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
1010}
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.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.6.0 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments