mirror of
https://github.com/InsanusMokrassar/krontab.git
synced 2024-11-22 16:23:55 +00:00
commit
170d443517
@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2.2.2
|
||||||
|
|
||||||
|
* Versions
|
||||||
|
* `Kotlin`: `1.9.20-RC`
|
||||||
|
* `Android` (min/target): `34`
|
||||||
|
|
||||||
## 2.2.1
|
## 2.2.1
|
||||||
|
|
||||||
* Potential fix of [#65](https://github.com/InsanusMokrassar/krontab/issues/65)
|
* Potential fix of [#65](https://github.com/InsanusMokrassar/krontab/issues/65)
|
||||||
|
@ -61,6 +61,7 @@ kotlin {
|
|||||||
}
|
}
|
||||||
linuxX64()
|
linuxX64()
|
||||||
mingwX64()
|
mingwX64()
|
||||||
|
linuxArm64()
|
||||||
|
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
@ -9,11 +9,11 @@ android.useAndroidX=true
|
|||||||
android.enableJetifier=false
|
android.enableJetifier=false
|
||||||
|
|
||||||
|
|
||||||
kotlin_version=1.9.20-Beta
|
kotlin_version=1.9.20-RC
|
||||||
kotlin_coroutines_version=1.7.3
|
kotlin_coroutines_version=1.7.3
|
||||||
kotlin_serialization_version=1.6.0
|
kotlin_serialization_version=1.6.0
|
||||||
|
|
||||||
dokka_version=1.9.0
|
dokka_version=1.9.10
|
||||||
|
|
||||||
klockVersion=4.0.10
|
klockVersion=4.0.10
|
||||||
|
|
||||||
@ -25,8 +25,8 @@ github_release_plugin_version=2.4.1
|
|||||||
|
|
||||||
android_gradle_version=7.4.2
|
android_gradle_version=7.4.2
|
||||||
android_minSdkVersion=21
|
android_minSdkVersion=21
|
||||||
android_compileSdkVersion=33
|
android_compileSdkVersion=34
|
||||||
android_buildToolsVersion=33.0.2
|
android_buildToolsVersion=34.0.0
|
||||||
dexcount_version=4.0.0
|
dexcount_version=4.0.0
|
||||||
junit_version=4.12
|
junit_version=4.12
|
||||||
test_ext_junit_version=1.1.3
|
test_ext_junit_version=1.1.3
|
||||||
@ -36,5 +36,5 @@ androidx_work_version=2.8.1
|
|||||||
|
|
||||||
## Common
|
## Common
|
||||||
|
|
||||||
version=2.2.1
|
version=2.2.2
|
||||||
android_code_version=31
|
android_code_version=32
|
||||||
|
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-7.6.3-bin.zip
|
||||||
|
Loading…
Reference in New Issue
Block a user