mirror of
https://github.com/InsanusMokrassar/krontab.git
synced 2026-05-21 22:17:19 +00:00
Compare commits
7 Commits
v2.1.2
...
3a06430ab5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3a06430ab5 | ||
|
|
9e71335364 | ||
| 801c27c7f8 | |||
| cbfbdc1b33 | |||
| 715d414f51 | |||
| 2ecd8c4292 | |||
| 1be8d947f7 |
@@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2.2.0
|
||||||
|
|
||||||
|
* Versions
|
||||||
|
* `Kotlin`: `1.9.0`
|
||||||
|
* `Coroutines`: `1.7.3`
|
||||||
|
* `Klock`: `4.0.9`
|
||||||
|
|
||||||
## 2.1.2
|
## 2.1.2
|
||||||
|
|
||||||
* Versions
|
* Versions
|
||||||
|
|||||||
@@ -97,7 +97,7 @@ kotlin {
|
|||||||
implementation kotlin('test-js')
|
implementation kotlin('test-js')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
androidTest {
|
androidUnitTest {
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation kotlin('test-junit')
|
implementation kotlin('test-junit')
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,13 +9,13 @@ android.useAndroidX=true
|
|||||||
android.enableJetifier=false
|
android.enableJetifier=false
|
||||||
|
|
||||||
|
|
||||||
kotlin_version=1.8.22
|
kotlin_version=1.9.0
|
||||||
kotlin_coroutines_version=1.7.2
|
kotlin_coroutines_version=1.7.3
|
||||||
kotlin_serialization_version=1.5.1
|
kotlin_serialization_version=1.5.1
|
||||||
|
|
||||||
dokka_version=1.8.20
|
dokka_version=1.8.20
|
||||||
|
|
||||||
klockVersion=4.0.3
|
klockVersion=4.0.9
|
||||||
|
|
||||||
## Github reease
|
## Github reease
|
||||||
|
|
||||||
@@ -36,5 +36,5 @@ androidx_work_version=2.8.1
|
|||||||
|
|
||||||
## Common
|
## Common
|
||||||
|
|
||||||
version=2.1.2
|
version=2.2.0
|
||||||
android_code_version=29
|
android_code_version=30
|
||||||
|
|||||||
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-7.6.2-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user