forked from melod1n/fast-messenger
build: update gradle wrapper and build logic conventions
This commit is contained in:
@@ -14,7 +14,7 @@ kotlin = "2.3.21"
|
||||
ksp = "2.3.7"
|
||||
moduleGraph = "2.9.1"
|
||||
versions = "0.54.0"
|
||||
stability-analyzer = "0.7.4"
|
||||
stability-analyzer = "0.7.5"
|
||||
|
||||
compose-bom = "2026.04.01"
|
||||
koin = "4.2.1"
|
||||
|
||||
Vendored
BIN
Binary file not shown.
+2
@@ -2,6 +2,8 @@ distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip
|
||||
networkTimeout=10000
|
||||
retries=0
|
||||
retryBackOffMs=500
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
Reference in New Issue
Block a user