Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
Bump com.android.tools.build:gradle from 8.4.1 to 8.5.0 in the androi…
Browse files Browse the repository at this point in the history
…d group (#275)

* Bump com.android.tools.build:gradle in the android group

Bumps the android group with 1 update: com.android.tools.build:gradle.


Updates `com.android.tools.build:gradle` from 8.4.1 to 8.5.0

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update gradle-wrapper.properties

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Seth Onyango <57979366+SecyWecy@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and sethonyango authored Jun 28, 2024
1 parent 75ce374 commit 20b3dae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
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.4.1")
classpath("com.android.tools.build:gradle:8.5.0")
classpath("io.github.gradle-nexus:publish-plugin:1.3.0")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0")
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue May 07 09:35:12 EAT 2024
#Fri Jun 28 08:27:09 EAT 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 20b3dae

Please sign in to comment.