mirror of
https://github.com/InsanusMokrassar/krontab.git
synced 2024-11-22 16:23:55 +00:00
update dependencies
This commit is contained in:
parent
72ef9317f9
commit
ca5794726f
@ -2,12 +2,16 @@
|
|||||||
|
|
||||||
## 2.5.1
|
## 2.5.1
|
||||||
|
|
||||||
|
* `Version`:
|
||||||
|
* `Kotlin`: `2.0.21`
|
||||||
|
* `Coroutines`: `1.9.0`
|
||||||
|
* `Serialization`: `1.7.3`
|
||||||
|
|
||||||
## 2.5.0
|
## 2.5.0
|
||||||
|
|
||||||
* `Version`:
|
* `Version`:
|
||||||
* `Kotlin`: `2.0.20`
|
* `Kotlin`: `2.0.20`
|
||||||
* `Coroutines`: `1.9.0`
|
* `AndroidXWork`: `2.10.0`
|
||||||
* `Serialization`: `1.7.3`
|
|
||||||
|
|
||||||
## 2.4.0
|
## 2.4.0
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ android.useAndroidX=true
|
|||||||
android.enableJetifier=false
|
android.enableJetifier=false
|
||||||
|
|
||||||
|
|
||||||
kotlin_version=2.0.20
|
kotlin_version=2.0.21
|
||||||
kotlin_coroutines_version=1.9.0
|
kotlin_coroutines_version=1.9.0
|
||||||
kotlin_serialization_version=1.7.3
|
kotlin_serialization_version=1.7.3
|
||||||
|
|
||||||
@ -32,7 +32,7 @@ junit_version=4.12
|
|||||||
test_ext_junit_version=1.1.3
|
test_ext_junit_version=1.1.3
|
||||||
espresso_core=3.4.0
|
espresso_core=3.4.0
|
||||||
|
|
||||||
androidx_work_version=2.9.1
|
androidx_work_version=2.10.0
|
||||||
|
|
||||||
## Common
|
## Common
|
||||||
|
|
||||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
|
|||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
|
||||||
|
Loading…
Reference in New Issue
Block a user