Skip to content

Commit

Permalink
Bump Gradle wrapper task config
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Apr 28, 2023
1 parent 5626716 commit c140e2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ project.apply("debug.gradle.kts")

// https://gradle.org/release-checksums/
tasks.wrapper {
gradleVersion = "8.0.2"
gradleVersion = "8.1.1"
distributionType = Wrapper.DistributionType.BIN
distributionSha256Sum = "ff7bf6a86f09b9b2c40bb8f48b25fc19cf2b2664fd1d220cd7ab833ec758d0d7"
distributionSha256Sum = "e111cb9948407e26351227dabce49822fb88c37ee72f1d1582a69c68af2e702f"
}

0 comments on commit c140e2f

Please sign in to comment.