Skip to content

Commit

Permalink
fix(deps): update dependency com.android.tools.build:gradle to v8
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent 542fe9a commit 2de9d72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example-projects/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.4.2'
classpath 'com.android.tools.build:gradle:8.7.2'
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spring-version = "5.3.39"
androidx-test-version = "1.6.1"

[libraries]
androidGradlePlugin = { module = "com.android.tools.build:gradle", version = "7.4.2"}
androidGradlePlugin = { module = "com.android.tools.build:gradle", version = "8.7.2"}
androidx-appcompat = {module = "androidx.appcompat:appcompat", version = "1.6.1"}
androidx-test-core = {module = "androidx.test:core", version.ref = "androidx-test-version"}
androidx-test-rules = {module = "androidx.test:rules", version.ref = "androidx-test-version"}
Expand Down

0 comments on commit 2de9d72

Please # to comment.