Skip to content

Commit 268e34b

Browse files
committed
Auto-update dependencies.
1 parent 84a8573 commit 268e34b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

app/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ plugins {
77

88
android {
99
namespace = "com.google.firebase.example.fireeats"
10-
compileSdk = 34
10+
compileSdk = 35
1111
defaultConfig {
1212
applicationId = "com.google.firebase.example.fireeats"
1313
minSdk = 23
14-
targetSdk = 34
14+
targetSdk = 35
1515
versionCode = 1
1616
versionName = "1.0"
1717

@@ -43,7 +43,7 @@ android {
4343

4444
dependencies {
4545
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
46-
implementation(platform("com.google.firebase:firebase-bom:33.1.0"))
46+
implementation(platform("com.google.firebase:firebase-bom:33.1.2"))
4747

4848
// Firestore
4949
implementation("com.google.firebase:firebase-firestore-ktx")
@@ -70,7 +70,7 @@ dependencies {
7070
// Android architecture components
7171
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.0")
7272
implementation("androidx.lifecycle:lifecycle-extensions:2.2.0")
73-
annotationProcessor("androidx.lifecycle:lifecycle-compiler:2.8.1")
73+
annotationProcessor("androidx.lifecycle:lifecycle-compiler:2.8.4")
7474

7575
// Third-party libraries
7676
implementation("me.zhanghai.android.materialratingbar:library:1.4.0")

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
33

44
plugins {
5-
id("com.android.application") version "8.4.1" apply false
6-
id("com.android.library") version "8.4.1" apply false
7-
id("org.jetbrains.kotlin.android") version "2.0.0" apply false
5+
id("com.android.application") version "8.5.2" apply false
6+
id("com.android.library") version "8.5.2" apply false
7+
id("org.jetbrains.kotlin.android") version "2.0.10" apply false
88
id("com.google.gms.google-services") version "4.4.2" apply false
99
id("androidx.navigation.safeargs") version "2.7.7" apply false
1010
id("com.github.ben-manes.versions") version "0.51.0" apply true

0 commit comments

Comments
 (0)