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.
2 parents 9689217 + 7d48964 commit 83920f7Copy full SHA for 83920f7
buildSrc/src/main/kotlin/Dependencies.kt
@@ -1,5 +1,5 @@
1
object DependenciesVersions {
2
- const val androidGradlePlugin = "8.2.2"
+ const val androidGradlePlugin = "8.11.0"
3
const val kotlin = "1.9.22"
4
const val jUnit = "4.13.2"
5
const val nexusPublishGradlePlugin = "1.3.0"
gradle/wrapper/gradle-wrapper.properties
@@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=9631d53cf3e74bfa726893aee1f8994fee4e060c401335946dba2156f440f24c
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
networkTimeout=10000
6
validateDistributionUrl=true
7
zipStoreBase=GRADLE_USER_HOME
0 commit comments