Skip to content

Commit

Permalink
Merge pull request #995 from ZeusWPI/dependabot/gradle/com.android.to…
Browse files Browse the repository at this point in the history
…ols.build-gradle-8.6.1

Bump com.android.tools.build:gradle from 8.6.0 to 8.6.1
  • Loading branch information
niknetniko authored Oct 4, 2024
2 parents c2ac68d + 31d5aab commit b78942f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.6.0'
classpath 'com.android.tools.build:gradle:8.6.1'
classpath 'com.google.gms:google-services:4.4.2'
classpath 'com.google.firebase:firebase-crashlytics-gradle:3.0.2'
}
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
dependencies {
implementation gradleApi()
implementation localGroovy()
implementation 'com.android.tools.build:gradle:8.6.0'
implementation 'com.android.tools.build:gradle:8.6.1'
implementation 'org.jetbrains:annotations:24.1.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:5.14.1'
Expand Down

0 comments on commit b78942f

Please sign in to comment.