Skip to content

Commit

Permalink
[DEPENDENCY]: Update Android gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 11, 2024
1 parent f9650af commit d9e8daf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "com.android.tools.build:gradle:8.0.2"
classpath "com.android.tools.build:gradle:8.6.0"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

// NOTE: Do not place your application dependencies here; they belong
Expand Down
8 changes: 4 additions & 4 deletions checks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ dependencies {
compileOnly "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compileOnly "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
compileOnly "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
compileOnly "com.android.tools.lint:lint-api:31.0.2"
compileOnly "com.android.tools.lint:lint-checks:31.0.2"
compileOnly "com.android.tools.lint:lint-api:31.6.0"
compileOnly "com.android.tools.lint:lint-checks:31.6.0"

testImplementation "com.android.tools.lint:lint:31.0.2"
testImplementation "com.android.tools.lint:lint-tests:31.0.2"
testImplementation "com.android.tools.lint:lint:31.6.0"
testImplementation "com.android.tools.lint:lint-tests:31.6.0"
testImplementation "junit:junit:4.13.2"
testImplementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
}
Expand Down

0 comments on commit d9e8daf

Please sign in to comment.