Skip to content

Commit

Permalink
Merge pull request #419 from fmonniot/dependabot/gradle/com.android.t…
Browse files Browse the repository at this point in the history
…ools.build-gradle-8.5.0

Bump com.android.tools.build:gradle from 8.4.2 to 8.5.0
  • Loading branch information
fmonniot committed Jun 17, 2024
2 parents ad7b86a + cc10995 commit 8ce10e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:8.4.2'
classpath 'com.android.tools.build:gradle:8.5.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.23"
}
}
Expand Down
6 changes: 3 additions & 3 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Jan 29 17:08:34 PST 2021
#Mon Jun 17 13:35:33 PDT 2024
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 8ce10e7

Please sign in to comment.