Skip to content

Commit

Permalink
Update Android Gradle Plugin across project (#2796)
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers authored Sep 3, 2024
1 parent d00c63f commit bf40cdf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,18 @@ updates:
- dependency-name: 'codecov/codecov-action'
versions: ['4']
groups:
dependencies:
github-actions:
patterns:
- '*'
- package-ecosystem: 'gradle'
open-pull-requests-limit: 1
directories:
- '/platform/android'
- '/render-test/android'
- '/test/android'
- '*'
schedule:
interval: 'weekly'
ignore:
- dependency-name: 'io.github.vvb2060.ndk:curl'
groups:
dependencies:
gradle-deps:
patterns:
- '*'
2 changes: 1 addition & 1 deletion render-test/android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
androidGradlePlugin = "8.5.2"
androidGradlePlugin = "8.6.0"
espresso = "3.6.1"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion test/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.5.2'
classpath 'com.android.tools.build:gradle:8.6.0'
}
}

Expand Down

0 comments on commit bf40cdf

Please sign in to comment.