Skip to content

Commit 85bd555

Browse files
authored
try reverting agp version
1 parent df8ae4d commit 85bd555

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

admob/build.gradle.kts

Lines changed: 2 additions & 2 deletions
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.7.3" apply false
5-
id("com.android.library") version "8.7.3" apply false
4+
id("com.android.application") version "8.7.2" apply false
5+
id("com.android.library") version "8.7.2" apply false
66
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
77
id("com.google.gms.google-services") version "4.4.2" apply false
88
}

0 commit comments

Comments
 (0)