mirror of
https://github.com/greenart7c3/Amber.git
synced 2026-09-14 00:35:08 +00:00
Update Kotlin to 2.4.0 and Gradle to 9.5.1
This commit updates the project's build configuration and several core dependencies:
- **Build Tools**: Gradle updated from 9.5.0 to 9.5.1.
- **Languages/Plugins**: Kotlin updated to 2.4.0.
- **Libraries**:
- Compose UI: 1.11.2
- Paging Common: 3.5.0
- Quartz: 1.11.0
- JNA: 5.19.0
- **Test Dependencies**:
- Coroutines Test: 1.11.0
- MockK: 1.14.11
This commit is contained in:
@@ -11,25 +11,25 @@ junitVersion = "1.3.0"
|
||||
lifecycle_version = "2.10.0"
|
||||
material3 = "1.4.0"
|
||||
nav_version = "2.9.8"
|
||||
quartz = "1.10.0"
|
||||
compose_ui = "1.11.0"
|
||||
quartz = "1.11.0"
|
||||
compose_ui = "1.11.2"
|
||||
roomKtx = "2.8.4"
|
||||
securityCryptoKtx = "1.1.0"
|
||||
zxingAndroidEmbedded = "4.3.0"
|
||||
okhttp = "5.3.2"
|
||||
kotlin = "2.3.21"
|
||||
kotlin = "2.4.0"
|
||||
workRuntimeKtx = "2.11.2"
|
||||
agp = "9.2.1"
|
||||
ktlint = "14.1.0"
|
||||
ksp = "2.3.5"
|
||||
coil = "3.4.0"
|
||||
storage = "2.2.0"
|
||||
jna = "5.18.1"
|
||||
jna = "5.19.0"
|
||||
materialIconsExtended = "1.7.8"
|
||||
collections = "0.4.0"
|
||||
pagingCommon = "3.4.2"
|
||||
mockk = "1.14.9"
|
||||
coroutinesTest = "1.10.2"
|
||||
pagingCommon = "3.5.0"
|
||||
mockk = "1.14.11"
|
||||
coroutinesTest = "1.11.0"
|
||||
kmpTor = "2.6.0"
|
||||
kmpTorResource = "409.5.0"
|
||||
secp256k1Jni = "0.23.0"
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionSha256Sum=553c78f50dafcd54d65b9a444649057857469edf836431389695608536d6b746
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip
|
||||
distributionSha256Sum=bafc141b619ad6350fd975fc903156dd5c151998cc8b058e8c1044ab5f7b031f
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
||||
Reference in New Issue
Block a user