Skip to content

Commit

Permalink
Merge pull request #191 from orangebikelabs/dependabot/gradle/alpha/c…
Browse files Browse the repository at this point in the history
…om.android.tools.build-gradle-8.5.0

fix: bump com.android.tools.build:gradle from 8.4.1 to 8.5.0
  • Loading branch information
bensandee committed Jun 17, 2024
2 parents 8da1873 + fdf0342 commit efbc256
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
}
dependencies {
//noinspection GradleDependency
classpath 'com.android.tools.build:gradle:8.4.1'
classpath 'com.android.tools.build:gradle:8.5.0'

// kotlin
//noinspection DifferentKotlinGradleVersion
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
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.8-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit efbc256

Please sign in to comment.