Skip to content

Commit

Permalink
chore(deps): bump the android-gradle-plugin group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the android-gradle-plugin group with 3 updates: com.android.tools.build:gradle, com.android.application and com.android.library.


Updates `com.android.tools.build:gradle` from 8.3.2 to 8.4.0

Updates `com.android.application` from 8.3.2 to 8.4.0

Updates `com.android.library` from 8.3.2 to 8.4.0

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-gradle-plugin
- dependency-name: com.android.application
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-gradle-plugin
- dependency-name: com.android.library
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-gradle-plugin
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 10, 2024
1 parent e488e7c commit 84850ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
maven { url 'https://oss.sonatype.org/content/repositories/public' }
}
dependencies {
classpath 'com.android.tools.build:gradle:8.3.2'
classpath 'com.android.tools.build:gradle:8.4.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.google.protobuf:protobuf-gradle-plugin:$protobuf_version"

Expand All @@ -29,8 +29,8 @@ buildscript {
}
}
plugins {
id 'com.android.application' version '8.3.2' apply false
id 'com.android.library' version '8.3.2' apply false
id 'com.android.application' version '8.4.0' apply false
id 'com.android.library' version '8.4.0' apply false
id 'org.jetbrains.kotlin.android' version '1.9.23' apply false
id 'io.gitlab.arturbosch.detekt' version '1.23.6'
}
Expand Down

0 comments on commit 84850ff

Please sign in to comment.