Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ versionName = "3.3.0"

activity-compose = "1.13.0"
adaptive = "1.3.0-rc01"
agp = "9.3.0-alpha12"
agp = "9.3.0-rc01"
coil3 = "3.5.0"
asm = "9.10"
bouncycastle = "1.84"
billing = "9.0.0"
billing = "9.1.0"
netty-codec = "5.0.0.Alpha2"
netty-runtime = "5.0.0.Alpha2"
androidx-annotation = "1.10.0"
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=6e3106016ed5b19bfdef316441777a132cda19e167ad90015e053db423fb5dd6
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.0-rc-3-bin.zip
distributionSha256Sum=bbaeb2fef8710818cf0e261201dab964c572f92b942812df0c3620d62a529a01
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.0-bin.zip

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Gradle does not use the .0 suffix for initial major/minor releases (e.g., 9.6.0). The official release is named gradle-9.6-bin.zip. Using gradle-9.6.0-bin.zip will result in a 404 HTTP error when Gradle attempts to download the wrapper. Please update the URL to use gradle-9.6-bin.zip.

distributionUrl=https\://services.gradle.org/distributions/gradle-9.6-bin.zip

networkTimeout=10000
retries=0
retryBackOffMs=500
Expand Down
Loading