Skip to content

Commit

Permalink
Update to AGP 7.0.0-beta04 & Gradle 7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbanes authored and jossiwolf committed Aug 1, 2021
1 parent e323343 commit 8c43e06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ compose = "1.0.0-SNAPSHOT"
composesnapshot = "7443455" # a single character = no snapshot

# gradlePlugin and lint need to be updated together
gradlePlugin = "7.0.0-beta03"
lint = "30.0.0-beta03"
gradlePlugin = "7.0.0-beta04"
lint = "30.0.0-beta04"

ktlint = "0.41.0"
kotlin = "1.5.10"
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-7.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 8c43e06

Please sign in to comment.