Skip to content

Commit

Permalink
fix deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesmac committed Nov 1, 2024
1 parent 6f45b9e commit a13f71f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.7.1'
classpath 'com.android.tools.build:gradle:8.7.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.24"
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath("de.mannodermaus.gradle.plugins:android-junit5:1.11.0.0")
Expand All @@ -23,5 +23,5 @@ allprojects {
}

tasks.register('clean', Delete) {
delete rootProject.buildDir
delete rootProject.layout.buildDirectory
}

0 comments on commit a13f71f

Please sign in to comment.