File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ plugins {
77
88android {
99 namespace = " com.google.firebase.example.fireeats"
10- compileSdk = 35
10+ compileSdk = 36
1111 defaultConfig {
1212 applicationId = " com.google.firebase.example.fireeats"
1313 minSdk = 23
14- targetSdk = 35
14+ targetSdk = 36
1515 versionCode = 1
1616 versionName = " 1.0"
1717
@@ -43,7 +43,7 @@ android {
4343
4444dependencies {
4545 // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
46- implementation(platform(" com.google.firebase:firebase-bom:33.10 .0" ))
46+ implementation(platform(" com.google.firebase:firebase-bom:33.11 .0" ))
4747
4848 // Firestore
4949 implementation(" com.google.firebase:firebase-firestore-ktx" )
@@ -55,7 +55,7 @@ dependencies {
5555 implementation(" com.google.android.gms:play-services-auth:20.7.0" )
5656
5757 // FirebaseUI (for authentication)
58- implementation(" com.firebaseui:firebase-ui-auth:8 .0.2 " )
58+ implementation(" com.firebaseui:firebase-ui-auth:9 .0.0 " )
5959
6060 // Support Libs
6161 implementation(" androidx.appcompat:appcompat:1.7.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 " 8.9.0" apply false
66 id(" com.android.library" ) version " 8.9.0" apply false
7- id(" org.jetbrains.kotlin.android" ) version " 2.1.10 " apply false
7+ id(" org.jetbrains.kotlin.android" ) version " 2.1.20 " apply false
88 id(" com.google.gms.google-services" ) version " 4.4.2" apply false
99 id(" androidx.navigation.safeargs" ) version " 2.8.9" apply false
1010 id(" com.github.ben-manes.versions" ) version " 0.52.0" apply true
You can’t perform that action at this time.
0 commit comments