We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b3b78d commit 1d0b2fdCopy full SHA for 1d0b2fd
build.gradle
@@ -27,7 +27,7 @@ buildscript {
27
mavenCentral()
28
}
29
dependencies {
30
- classpath 'com.android.tools.build:gradle:8.2.2'
+ classpath 'com.android.tools.build:gradle:8.4.0'
31
classpath 'com.google.gms:google-services:4.4.1'
32
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.9'
33
buildSrc/build.gradle
@@ -13,7 +13,7 @@ repositories {
13
14
implementation gradleApi()
15
implementation localGroovy()
16
- implementation 'com.android.tools.build:gradle:8.2.2'
+ implementation 'com.android.tools.build:gradle:8.4.0'
17
implementation 'org.jetbrains:annotations:24.1.0'
18
testImplementation 'junit:junit:4.13.2'
19
testImplementation 'org.mockito:mockito-core:5.11.0'
0 commit comments