Skip to content

Commit

Permalink
chore: bump com.android.tools.build:gradle from 4.1.3 to 8.3.0
Browse files Browse the repository at this point in the history
Bumps com.android.tools.build:gradle from 4.1.3 to 8.3.0.

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 2, 2024
1 parent 9b5068e commit 6196c02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext.kotlin_version = '1.8.0'
ext.gradle_version = '7.3.1'
ext.gradle_version = '8.3.0'

repositories {
mavenCentral()
Expand Down
4 changes: 2 additions & 2 deletions kit-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ apply from: '../scripts/maven.gradle'
dependencies {
implementation gradleApi()
implementation localGroovy()
compileOnly "com.android.tools.build:gradle:7.3.1"
testImplementation "com.android.tools.build:gradle:4.1.3"
compileOnly "com.android.tools.build:gradle:8.3.0"
testImplementation "com.android.tools.build:gradle:8.3.0"
}

compileGroovy {
Expand Down

0 comments on commit 6196c02

Please sign in to comment.