mirror of
https://github.com/InsanusMokrassar/krontab.git
synced 2026-05-12 17:50:05 +00:00
update dependencies
org.jetbrains.kotlinx:kotlinx-coroutines-core 1.10.1 -> 1.10.2 org.jetbrains.kotlinx:kotlinx-serialization-core 1.8.0 -> 1.8.1 org.jetbrains.dokka:dokka-gradle-plugin 2.0.0 -> 2.1.0 androidx.work:work-runtime-ktx 2.10.0 -> 2.11.1 com.android.tools.build:gradle 8.7.2 -> 8.10.1 junit:junit 4.12 -> 4.13.2 androidx.test.ext:junit 1.1.3 -> 1.3.0 androidx.test.espresso:espresso-core 3.4.0 -> 3.7.0
This commit is contained in:
@@ -2,6 +2,13 @@
|
|||||||
|
|
||||||
## 2.8.0
|
## 2.8.0
|
||||||
|
|
||||||
|
* `Version`:
|
||||||
|
* `Coroutines`: `1.10.2`
|
||||||
|
* `Serialization`: `1.8.1`
|
||||||
|
* `Dokka`: `2.1.0`
|
||||||
|
* `AndroidXWork`: `2.11.1`
|
||||||
|
* `AGP`: `8.10.1`
|
||||||
|
|
||||||
## 2.7.2
|
## 2.7.2
|
||||||
|
|
||||||
* `Version`:
|
* `Version`:
|
||||||
|
|||||||
@@ -10,10 +10,10 @@ android.enableJetifier=false
|
|||||||
|
|
||||||
|
|
||||||
kotlin_version=2.1.10
|
kotlin_version=2.1.10
|
||||||
kotlin_coroutines_version=1.10.1
|
kotlin_coroutines_version=1.10.2
|
||||||
kotlin_serialization_version=1.8.0
|
kotlin_serialization_version=1.8.1
|
||||||
|
|
||||||
dokka_version=2.0.0
|
dokka_version=2.1.0
|
||||||
|
|
||||||
klockVersion=5.4.0
|
klockVersion=5.4.0
|
||||||
|
|
||||||
@@ -23,16 +23,16 @@ github_release_plugin_version=2.5.2
|
|||||||
|
|
||||||
## Android
|
## Android
|
||||||
|
|
||||||
android_gradle_version=8.7.2
|
android_gradle_version=8.10.1
|
||||||
android_minSdkVersion=21
|
android_minSdkVersion=21
|
||||||
android_compileSdkVersion=35
|
android_compileSdkVersion=35
|
||||||
android_buildToolsVersion=35.0.0
|
android_buildToolsVersion=35.0.0
|
||||||
dexcount_version=4.0.0
|
dexcount_version=4.0.0
|
||||||
junit_version=4.12
|
junit_version=4.13.2
|
||||||
test_ext_junit_version=1.1.3
|
test_ext_junit_version=1.3.0
|
||||||
espresso_core=3.4.0
|
espresso_core=3.7.0
|
||||||
|
|
||||||
androidx_work_version=2.10.0
|
androidx_work_version=2.11.1
|
||||||
|
|
||||||
## Common
|
## Common
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user