Skip to content

Commit

Permalink
Gradle plugin 8.3.0
Browse files Browse the repository at this point in the history
Gradle wrapper 8.4-bin.
  • Loading branch information
pranavpandey committed Mar 4, 2024
1 parent 2a7a5a8 commit 69c0e42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:8.2.2'
classpath 'com.android.tools.build:gradle:8.3.0'

// More info: https://issuetracker.google.com/issues/280659987
// noinspection GradleDependency, keep R8 version to AGP 8.1.0-beta4.
Expand All @@ -55,7 +55,7 @@ allprojects {
}

tasks.register('clean', Delete) {
delete rootProject.buildDir
delete rootProject.layout.buildDirectory
}

ext {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip

0 comments on commit 69c0e42

Please sign in to comment.