Skip to content

Commit 18ec49a

Browse files
committedFeb 28, 2025·
Auto-update dependencies.
1 parent 90d9993 commit 18ec49a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+77
-77
lines changed
 

‎admob/app/build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ dependencies {
3737
implementation("androidx.browser:browser:1.5.0")
3838
implementation("androidx.appcompat:appcompat:1.7.0")
3939
implementation("com.google.firebase:firebase-ads:23.6.0")
40-
implementation("androidx.constraintlayout:constraintlayout:2.2.0")
40+
implementation("androidx.constraintlayout:constraintlayout:2.2.1")
4141
implementation("androidx.multidex:multidex:2.0.1")
4242

4343
// [START gradle_play_config]
44-
implementation("com.google.android.gms:play-services-ads:23.6.0")
44+
implementation("com.google.android.gms:play-services-ads:24.0.0")
4545
// [END gradle_play_config]
4646

4747
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
48-
implementation(platform("com.google.firebase:firebase-bom:33.9.0"))
48+
implementation(platform("com.google.firebase:firebase-bom:33.10.0"))
4949

5050
// For an optimal experience using AdMob, add the Firebase SDK
5151
// for Google Analytics. This is recommended, but not required.

‎admob/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
plugins {
4-
id("com.android.application") version "8.8.1" apply false
5-
id("com.android.library") version "8.8.1" apply false
4+
id("com.android.application") version "8.8.2" apply false
5+
id("com.android.library") version "8.8.2" apply false
66
id("org.jetbrains.kotlin.android") version "2.1.10" apply false
77
id("com.google.gms.google-services") version "4.4.2" apply false
88
}

0 commit comments

Comments
 (0)