File tree 39 files changed +64
-64
lines changed
39 files changed +64
-64
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ dependencies {
45
45
// [END gradle_play_config]
46
46
47
47
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
48
- implementation(platform(" com.google.firebase:firebase-bom:33.8 .0" ))
48
+ implementation(platform(" com.google.firebase:firebase-bom:33.9 .0" ))
49
49
50
50
// For an optimal experience using AdMob, add the Firebase SDK
51
51
// for Google Analytics. This is recommended, but not required.
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
plugins {
4
- id(" com.android.application" ) version " 8.8.0 " apply false
5
- id(" com.android.library" ) version " 8.8.0 " apply false
4
+ id(" com.android.application" ) version " 8.8.1 " apply false
5
+ id(" com.android.library" ) version " 8.8.1 " apply false
6
6
id(" org.jetbrains.kotlin.android" ) version " 2.1.10" apply false
7
7
id(" com.google.gms.google-services" ) version " 4.4.2" apply false
8
8
}
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
plugins {
4
- id(" com.android.application" ) version " 8.8.0 " apply false
5
- id(" com.android.library" ) version " 8.8.0 " apply false
4
+ id(" com.android.application" ) version " 8.8.1 " apply false
5
+ id(" com.android.library" ) version " 8.8.1 " apply false
6
6
id(" org.jetbrains.kotlin.android" ) version " 2.1.10" apply false
7
7
id(" com.google.gms.google-services" ) version " 4.4.2" apply false
8
8
}
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies {
39
39
implementation(" androidx.constraintlayout:constraintlayout:2.2.0" )
40
40
41
41
// Import the BoM for the Firebase platform
42
- implementation(platform(" com.google.firebase:firebase-bom:33.8 .0" ))
42
+ implementation(platform(" com.google.firebase:firebase-bom:33.9 .0" ))
43
43
implementation(" com.google.firebase:firebase-appcheck" )
44
44
implementation(" com.google.firebase:firebase-appcheck-playintegrity" )
45
45
implementation(" com.google.firebase:firebase-appcheck-debug" )
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
plugins {
4
- id(" com.android.application" ) version " 8.8.0 " apply false
5
- id(" com.android.library" ) version " 8.8.0 " apply false
4
+ id(" com.android.application" ) version " 8.8.1 " apply false
5
+ id(" com.android.library" ) version " 8.8.1 " apply false
6
6
id(" org.jetbrains.kotlin.android" ) version " 2.1.10" apply false
7
7
id(" com.google.gms.google-services" ) version " 4.4.2" apply false
8
8
}
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ dependencies {
40
40
implementation(" androidx.activity:activity-ktx:1.10.0" )
41
41
42
42
// Import the BoM for the Firebase platform
43
- implementation(platform(" com.google.firebase:firebase-bom:33.8 .0" ))
43
+ implementation(platform(" com.google.firebase:firebase-bom:33.9 .0" ))
44
44
45
45
// Add the dependency for the Firebase Authentication library
46
46
// When using the BoM, you don't specify versions in Firebase library dependencies
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
plugins {
4
- id(" com.android.application" ) version " 8.8.0 " apply false
5
- id(" com.android.library" ) version " 8.8.0 " apply false
4
+ id(" com.android.application" ) version " 8.8.1 " apply false
5
+ id(" com.android.library" ) version " 8.8.1 " apply false
6
6
id(" org.jetbrains.kotlin.android" ) version " 2.1.10" apply false
7
7
id(" com.google.gms.google-services" ) version " 4.4.2" apply false
8
8
}
Original file line number Diff line number Diff line change 2
2
import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
3
3
4
4
plugins {
5
- id(" com.android.application" ) version " 8.8.0 " apply false
6
- id(" com.android.library" ) version " 8.8.0 " apply false
5
+ id(" com.android.application" ) version " 8.8.1 " apply false
6
+ id(" com.android.library" ) version " 8.8.1 " apply false
7
7
id(" org.jetbrains.kotlin.android" ) version " 2.1.10" apply false
8
8
id(" com.google.gms.google-services" ) version " 4.4.2" apply false
9
9
id(" com.google.firebase.crashlytics" ) version " 3.0.3" apply false
10
10
id(" com.google.firebase.firebase-perf" ) version " 1.4.2" apply false
11
- id(" androidx.navigation.safeargs" ) version " 2.8.6 " apply false
11
+ id(" androidx.navigation.safeargs" ) version " 2.8.7 " apply false
12
12
id(" com.github.ben-manes.versions" ) version " 0.52.0" apply true
13
13
}
14
14
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ dependencies {
38
38
implementation(" androidx.constraintlayout:constraintlayout:2.2.0" )
39
39
40
40
// Import the BoM for the Firebase platform
41
- implementation(platform(" com.google.firebase:firebase-bom:33.8 .0" ))
41
+ implementation(platform(" com.google.firebase:firebase-bom:33.9 .0" ))
42
42
43
43
// Add the dependencies for the Remote Config and Analytics libraries
44
44
// When using the BoM, you don't specify versions in Firebase library dependencies
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
plugins {
4
- id(" com.android.application" ) version " 8.8.0 " apply false
5
- id(" com.android.library" ) version " 8.8.0 " apply false
4
+ id(" com.android.application" ) version " 8.8.1 " apply false
5
+ id(" com.android.library" ) version " 8.8.1 " apply false
6
6
id(" org.jetbrains.kotlin.android" ) version " 2.1.10" apply false
7
7
id(" com.google.gms.google-services" ) version " 4.4.2" apply false
8
8
}
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ dependencies {
38
38
implementation(" androidx.appcompat:appcompat:1.7.0" )
39
39
40
40
// Import the BoM for the Firebase platform
41
- implementation(platform(" com.google.firebase:firebase-bom:33.8 .0" ))
41
+ implementation(platform(" com.google.firebase:firebase-bom:33.9 .0" ))
42
42
43
43
// Add the dependencies for the Crashlytics and Analytics libraries
44
44
// When using the BoM, you don't specify versions in Firebase library dependencies
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
plugins {
4
- id(" com.android.application" ) version " 8.8.0 " apply false
5
- id(" com.android.library" ) version " 8.8.0 " apply false
4
+ id(" com.android.application" ) version " 8.8.1 " apply false
5
+ id(" com.android.library" ) version " 8.8.1 " apply false
6
6
id(" org.jetbrains.kotlin.android" ) version " 2.1.10" apply false
7
7
id(" com.google.gms.google-services" ) version " 4.4.2" apply false
8
8
id(" com.google.firebase.crashlytics" ) version " 3.0.3" apply false
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies {
43
43
implementation(" androidx.appcompat:appcompat:1.7.0" )
44
44
45
45
// Import the BoM for the Firebase platform
46
- implementation(platform(" com.google.firebase:firebase-bom:33.8 .0" ))
46
+ implementation(platform(" com.google.firebase:firebase-bom:33.9 .0" ))
47
47
48
48
// Add the dependency for the Realtime Database library
49
49
// When using the BoM, you don't specify versions in Firebase library dependencies
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
plugins {
4
- id(" com.android.application" ) version " 8.8.0 " apply false
5
- id(" com.android.library" ) version " 8.8.0 " apply false
4
+ id(" com.android.application" ) version " 8.8.1 " apply false
5
+ id(" com.android.library" ) version " 8.8.1 " apply false
6
6
id(" org.jetbrains.kotlin.android" ) version " 2.1.10" apply false
7
7
id(" com.google.gms.google-services" ) version " 4.4.2" apply false
8
8
}
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ dependencies {
40
40
implementation(" androidx.constraintlayout:constraintlayout:2.2.0" )
41
41
42
42
// Import the BoM for the Firebase platform
43
- implementation(platform(" com.google.firebase:firebase-bom:33.8 .0" ))
43
+ implementation(platform(" com.google.firebase:firebase-bom:33.9 .0" ))
44
44
45
45
// Add the dependency for the Dynamic Links library
46
46
// When using the BoM, you don't specify versions in Firebase library dependencies
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
plugins {
4
- id(" com.android.application" ) version " 8.8.0 " apply false
5
- id(" com.android.library" ) version " 8.8.0 " apply false
4
+ id(" com.android.application" ) version " 8.8.1 " apply false
5
+ id(" com.android.library" ) version " 8.8.1 " apply false
6
6
id(" org.jetbrains.kotlin.android" ) version " 2.1.10" apply false
7
7
id(" com.google.gms.google-services" ) version " 4.4.2" apply false
8
8
}
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
36
36
implementation(" androidx.appcompat:appcompat:1.7.0" )
37
37
38
38
// Import the BoM for the Firebase platform
39
- implementation(platform(" com.google.firebase:firebase-bom:33.8 .0" ))
39
+ implementation(platform(" com.google.firebase:firebase-bom:33.9 .0" ))
40
40
41
41
// When using the BoM, you don't specify versions in Firebase library dependencies
42
42
implementation(" com.google.firebase:firebase-auth" )
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
plugins {
4
- id(" com.android.application" ) version " 8.8.0 " apply false
5
- id(" com.android.library" ) version " 8.8.0 " apply false
4
+ id(" com.android.application" ) version " 8.8.1 " apply false
5
+ id(" com.android.library" ) version " 8.8.1 " apply false
6
6
id(" org.jetbrains.kotlin.android" ) version " 2.1.10" apply false
7
7
id(" com.google.gms.google-services" ) version " 4.4.2" apply false
8
8
}
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
36
36
implementation(" androidx.appcompat:appcompat:1.7.0" )
37
37
38
38
// Import the BoM for the Firebase platform
39
- implementation(platform(" com.google.firebase:firebase-bom:33.8 .0" ))
39
+ implementation(platform(" com.google.firebase:firebase-bom:33.9 .0" ))
40
40
implementation(" com.google.firebase:firebase-database" )
41
41
implementation(" com.google.firebase:firebase-common" )
42
42
}
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
plugins {
4
- id(" com.android.application" ) version " 8.8.0 " apply false
5
- id(" com.android.library" ) version " 8.8.0 " apply false
4
+ id(" com.android.application" ) version " 8.8.1 " apply false
5
+ id(" com.android.library" ) version " 8.8.1 " apply false
6
6
id(" org.jetbrains.kotlin.android" ) version " 2.1.10" apply false
7
7
id(" com.google.gms.google-services" ) version " 4.4.2" apply false
8
8
}
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ dependencies {
42
42
implementation(" androidx.multidex:multidex:2.0.1" )
43
43
44
44
// Import the BoM for the Firebase platform
45
- implementation(platform(" com.google.firebase:firebase-bom:33.8 .0" ))
45
+ implementation(platform(" com.google.firebase:firebase-bom:33.9 .0" ))
46
46
47
47
// Declare the dependency for the Cloud Firestore library
48
48
// When using the BoM, you don't specify versions in Firebase library dependencies
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
plugins {
4
- id(" com.android.application" ) version " 8.8.0 " apply false
5
- id(" com.android.library" ) version " 8.8.0 " apply false
4
+ id(" com.android.application" ) version " 8.8.1 " apply false
5
+ id(" com.android.library" ) version " 8.8.1 " apply false
6
6
id(" org.jetbrains.kotlin.android" ) version " 2.1.10" apply false
7
7
id(" com.google.gms.google-services" ) version " 4.4.2" apply false
8
8
}
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
plugins {
4
- id(" com.android.application" ) version " 8.8.0 " apply false
5
- id(" com.android.library" ) version " 8.8.0 " apply false
4
+ id(" com.android.application" ) version " 8.8.1 " apply false
5
+ id(" com.android.library" ) version " 8.8.1 " apply false
6
6
id(" org.jetbrains.kotlin.android" ) version " 2.1.10" apply false
7
7
id(" com.google.gms.google-services" ) version " 4.4.2" apply false
8
8
}
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- agp = " 8.8.0 "
2
+ agp = " 8.8.1 "
3
3
guava = " 32.0.1-android"
4
4
kotlin = " 2.1.10"
5
5
coreKtx = " 1.15.0"
@@ -9,7 +9,7 @@ espressoCore = "3.6.1"
9
9
kotlinxSerializationJson = " 1.8.0"
10
10
lifecycleRuntimeKtx = " 2.8.7"
11
11
activityCompose = " 1.10.0"
12
- composeBom = " 2025.01.01 "
12
+ composeBom = " 2025.02.00 "
13
13
reactiveStreams = " 1.0.4"
14
14
vertexAI = " 16.1.0"
15
15
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ dependencies {
44
44
implementation(" androidx.browser:browser:1.5.0" )
45
45
46
46
// Import the BoM for the Firebase platform
47
- implementation(platform(" com.google.firebase:firebase-bom:33.8 .0" ))
47
+ implementation(platform(" com.google.firebase:firebase-bom:33.9 .0" ))
48
48
49
49
// Add the dependencies for the In-App Messaging and Analytics libraries
50
50
// When using the BoM, you don't specify versions in Firebase library dependencies
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
plugins {
4
- id(" com.android.application" ) version " 8.8.0 " apply false
5
- id(" com.android.library" ) version " 8.8.0 " apply false
4
+ id(" com.android.application" ) version " 8.8.1 " apply false
5
+ id(" com.android.library" ) version " 8.8.1 " apply false
6
6
id(" org.jetbrains.kotlin.android" ) version " 2.1.10" apply false
7
7
id(" com.google.gms.google-services" ) version " 4.4.2" apply false
8
8
}
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
plugins {
3
- id(" com.android.application" ) version " 8.8.0 " apply false
4
- id(" com.android.library" ) version " 8.8.0 " apply false
3
+ id(" com.android.application" ) version " 8.8.1 " apply false
4
+ id(" com.android.library" ) version " 8.8.1 " apply false
5
5
id(" org.jetbrains.kotlin.android" ) version " 2.1.10" apply false
6
6
id(" com.google.gms.google-services" ) version " 4.4.2" apply false
7
7
}
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies {
37
37
implementation(" androidx.appcompat:appcompat:1.7.0" )
38
38
39
39
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
40
- implementation(platform(" com.google.firebase:firebase-bom:33.8 .0" ))
40
+ implementation(platform(" com.google.firebase:firebase-bom:33.9 .0" ))
41
41
42
42
// Import Firebase Cloud Messaging library
43
43
implementation(" com.google.firebase:firebase-messaging" )
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
plugins {
4
- id(" com.android.application" ) version " 8.8.0 " apply false
5
- id(" com.android.library" ) version " 8.8.0 " apply false
4
+ id(" com.android.application" ) version " 8.8.1 " apply false
5
+ id(" com.android.library" ) version " 8.8.1 " apply false
6
6
id(" org.jetbrains.kotlin.android" ) version " 2.1.10" apply false
7
7
id(" com.google.gms.google-services" ) version " 4.4.2" apply false
8
8
}
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies {
43
43
implementation(" androidx.appcompat:appcompat:1.7.0" )
44
44
45
45
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
46
- implementation(platform(" com.google.firebase:firebase-bom:33.8 .0" ))
46
+ implementation(platform(" com.google.firebase:firebase-bom:33.9 .0" ))
47
47
48
48
// Cloud Functions for Firebase
49
49
implementation(" com.google.firebase:firebase-functions" )
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
plugins {
4
- id(" com.android.application" ) version " 8.8.0 " apply false
5
- id(" com.android.library" ) version " 8.8.0 " apply false
4
+ id(" com.android.application" ) version " 8.8.1 " apply false
5
+ id(" com.android.library" ) version " 8.8.1 " apply false
6
6
id(" org.jetbrains.kotlin.android" ) version " 2.1.10" apply false
7
7
id(" com.google.gms.google-services" ) version " 4.4.2" apply false
8
8
}
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
plugins {
4
- id(" com.android.application" ) version " 8.8.0 " apply false
5
- id(" com.android.library" ) version " 8.8.0 " apply false
4
+ id(" com.android.application" ) version " 8.8.1 " apply false
5
+ id(" com.android.library" ) version " 8.8.1 " apply false
6
6
id(" org.jetbrains.kotlin.android" ) version " 2.1.10" apply false
7
7
id(" com.google.gms.google-services" ) version " 4.4.2" apply false
8
8
}
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ dependencies {
38
38
implementation(" androidx.appcompat:appcompat:1.7.0" )
39
39
40
40
// Import the BoM for the Firebase platform
41
- implementation(platform(" com.google.firebase:firebase-bom:33.8 .0" ))
41
+ implementation(platform(" com.google.firebase:firebase-bom:33.9 .0" ))
42
42
43
43
// Add the dependency for the Performance Monitoring library
44
44
// When using the BoM, you don't specify versions in Firebase library dependencies
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
plugins {
4
- id(" com.android.application" ) version " 8.8.0 " apply false
5
- id(" com.android.library" ) version " 8.8.0 " apply false
4
+ id(" com.android.application" ) version " 8.8.1 " apply false
5
+ id(" com.android.library" ) version " 8.8.1 " apply false
6
6
id(" org.jetbrains.kotlin.android" ) version " 2.1.10" apply false
7
7
id(" com.google.gms.google-services" ) version " 4.4.2" apply false
8
8
id(" com.google.firebase.firebase-perf" ) version " 1.4.2" apply false
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
2
2
id(" com.android.application" )
3
3
id(" kotlin-android" )
4
4
id(" com.google.gms.google-services" )
5
- id(" com.google.devtools.ksp" ) version " 2.1.10-1.0.29 "
5
+ id(" com.google.devtools.ksp" ) version " 2.1.10-1.0.30 "
6
6
}
7
7
8
8
android {
@@ -41,7 +41,7 @@ dependencies {
41
41
implementation(" androidx.appcompat:appcompat:1.7.0" )
42
42
43
43
// Import the BoM for the Firebase platform
44
- implementation(platform(" com.google.firebase:firebase-bom:33.8 .0" ))
44
+ implementation(platform(" com.google.firebase:firebase-bom:33.9 .0" ))
45
45
46
46
// Add the dependency for the Cloud Storage library
47
47
// When using the BoM, you don't specify versions in Firebase library dependencies
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
plugins {
4
- id(" com.android.application" ) version " 8.8.0 " apply false
5
- id(" com.android.library" ) version " 8.8.0 " apply false
4
+ id(" com.android.application" ) version " 8.8.1 " apply false
5
+ id(" com.android.library" ) version " 8.8.1 " apply false
6
6
id(" org.jetbrains.kotlin.android" ) version " 2.1.10" apply false
7
7
id(" com.google.gms.google-services" ) version " 4.4.2" apply false
8
8
}
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
36
36
implementation(" androidx.appcompat:appcompat:1.7.0" )
37
37
38
38
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
39
- implementation(platform(" com.google.firebase:firebase-bom:33.8 .0" ))
39
+ implementation(platform(" com.google.firebase:firebase-bom:33.9 .0" ))
40
40
41
41
// Import Firebase Authentication library
42
42
implementation(" com.google.firebase:firebase-auth" )
You can’t perform that action at this time.
0 commit comments