Skip to content

Commit 118e805

Browse files
dpebotthatfiredev
authored andcommitted
Auto-update dependencies.
1 parent ade268a commit 118e805

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

build-android-start/app/build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ dependencies {
5656
implementation("androidx.core:core-ktx:1.16.0")
5757

5858
// Google
59-
implementation("com.google.android.gms:play-services-auth:21.3.0")
59+
implementation("com.google.android.gms:play-services-auth:21.4.0")
6060

6161
// Firebase
62-
implementation(platform("com.google.firebase:firebase-bom:33.16.0"))
62+
implementation(platform("com.google.firebase:firebase-bom:34.0.0"))
6363
implementation("com.google.firebase:firebase-database")
6464
implementation("com.google.firebase:firebase-storage")
6565
implementation("com.google.firebase:firebase-auth")
@@ -71,7 +71,7 @@ dependencies {
7171
// Testing dependencies
7272
testImplementation("junit:junit:4.13.2")
7373
androidTestImplementation("junit:junit:4.13.2")
74-
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1")
75-
androidTestImplementation("androidx.test:runner:1.6.2")
76-
androidTestImplementation("androidx.test:rules:1.6.1")
74+
androidTestImplementation("androidx.test.espresso:espresso-core:3.7.0")
75+
androidTestImplementation("androidx.test:runner:1.7.0")
76+
androidTestImplementation("androidx.test:rules:1.7.0")
7777
}

build-android-start/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
3-
id("com.android.application") version "8.11.1" apply false
4-
id("com.android.library") version "8.11.1" apply false
3+
id("com.android.application") version "8.12.0" apply false
4+
id("com.android.library") version "8.12.0" apply false
55
id("org.jetbrains.kotlin.android") version "2.2.0" apply false
66
id("com.google.gms.google-services") version "4.4.3" apply false
77
}

build-android/app/build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ dependencies {
5656
implementation("androidx.core:core-ktx:1.16.0")
5757

5858
// Google
59-
implementation("com.google.android.gms:play-services-auth:21.3.0")
59+
implementation("com.google.android.gms:play-services-auth:21.4.0")
6060

6161
// Firebase
62-
implementation(platform("com.google.firebase:firebase-bom:33.16.0"))
62+
implementation(platform("com.google.firebase:firebase-bom:34.0.0"))
6363
implementation("com.google.firebase:firebase-database")
6464
implementation("com.google.firebase:firebase-storage")
6565
implementation("com.google.firebase:firebase-auth")
@@ -71,8 +71,8 @@ dependencies {
7171
// Testing dependencies
7272
testImplementation("junit:junit:4.13.2")
7373
androidTestImplementation("junit:junit:4.13.2")
74-
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1")
75-
androidTestImplementation("androidx.test:runner:1.6.2")
76-
androidTestImplementation("androidx.test:rules:1.6.1")
74+
androidTestImplementation("androidx.test.espresso:espresso-core:3.7.0")
75+
androidTestImplementation("androidx.test:runner:1.7.0")
76+
androidTestImplementation("androidx.test:rules:1.7.0")
7777
}
7878

build-android/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
3-
id("com.android.application") version "8.11.1" apply false
4-
id("com.android.library") version "8.11.1" apply false
3+
id("com.android.application") version "8.12.0" apply false
4+
id("com.android.library") version "8.12.0" apply false
55
id("org.jetbrains.kotlin.android") version "2.2.0" apply false
66
id("com.google.gms.google-services") version "4.4.3" apply false
77
}

build.gradle.kts

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

33
plugins {
4-
id("com.android.application") version "8.11.1" apply false
5-
id("com.android.library") version "8.11.1" apply false
4+
id("com.android.application") version "8.12.0" apply false
5+
id("com.android.library") version "8.12.0" apply false
66
id("org.jetbrains.kotlin.android") version "2.2.0" apply false
77
id("com.google.gms.google-services") version "4.4.3" apply false
88
id("com.github.ben-manes.versions") version "0.52.0" apply true

0 commit comments

Comments
 (0)