Skip to content

Commit

Permalink
Bump android gradle plugin to 8.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dorian-burihabwa-sonarsource committed Nov 15, 2024
1 parent 4aed91a commit 369af36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ repositories {
dependencies {
implementation("org.sonarsource.scanner.lib:sonar-scanner-java-library:3.1.1.261")
compileOnly("com.google.code.findbugs:jsr305:3.0.2")
compileOnly("com.android.tools.build:gradle:8.1.1")
compileOnly("com.android.tools.build:gradle:8.1.4")
compileOnly("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.21")
testImplementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.21")
testImplementation("com.android.tools.build:gradle:8.1.1")
testImplementation("com.android.tools.build:gradle:8.1.4")
testImplementation(localGroovy())
testImplementation("org.assertj:assertj-core:3.26.0")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.2")
Expand Down

0 comments on commit 369af36

Please sign in to comment.