Skip to content

Commit

Permalink
chore(deps): bump the android-gradle-plugin group with 3 updates (#23)
Browse files Browse the repository at this point in the history
* chore(deps): bump the android-gradle-plugin group with 3 updates

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]>

* chore: update to gradle 8.6

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Long Yixing <[email protected]>
  • Loading branch information
dependabot[bot] and Lyxot committed May 2, 2024
1 parent 7c61407 commit 4575910
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Oct 20 21:54:11 CST 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 4575910

Please sign in to comment.