We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85bd555 commit b9d511fCopy full SHA for b9d511f
build.gradle.kts
@@ -2,8 +2,8 @@
2
import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
3
4
plugins {
5
- id("com.android.application") version "8.7.3" apply false
6
- id("com.android.library") version "8.7.3" apply false
+ id("com.android.application") version "8.7.2" apply false
+ id("com.android.library") version "8.7.2" apply false
7
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
8
id("com.google.gms.google-services") version "4.4.2" apply false
9
id("com.google.firebase.crashlytics") version "3.0.2" apply false
0 commit comments