We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d608a commit c488068Copy full SHA for c488068
build.gradle.kts
@@ -13,11 +13,4 @@ plugins {
13
alias(libs.plugins.googleServices) apply false
14
}
15
16
-tasks.wrapper {
17
- distributionType = Wrapper.DistributionType.BIN
18
- gradleVersion = "8.10.2"
19
- distributionUrl = "https://services.gradle.org/distributions/gradle-$gradleVersion-bin.zip"
20
- distributionSha256Sum = "31c55713e40233a8303827ceb42ca48a47267a0ad4bab9177123121e71524c26"
21
-}
22
-
23
apply(from = "gradle/releases.gradle.kts")
0 commit comments