mirror of
https://github.com/InsanusMokrassar/krontab.git
synced 2024-11-22 16:23:55 +00:00
commit
8a98ebd5f9
@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 0.8.0
|
||||
|
||||
**THIS VERSION HAS CHANGED MIN ANDROID SDK FROM 19 -> 21**
|
||||
|
||||
* Versions
|
||||
* `Kotlin`: `1.7.10`
|
||||
* `Klock`: `3.0.0`
|
||||
|
||||
## 0.7.5
|
||||
|
||||
* Versions
|
||||
|
@ -8,12 +8,12 @@ android.useAndroidX=true
|
||||
android.enableJetifier=false
|
||||
|
||||
|
||||
kotlin_version=1.6.21
|
||||
kotlin_version=1.7.10
|
||||
kotlin_coroutines_version=1.6.4
|
||||
|
||||
dokka_version=1.6.21
|
||||
dokka_version=1.7.10
|
||||
|
||||
klockVersion=2.7.0
|
||||
klockVersion=3.0.0
|
||||
|
||||
## Github reease
|
||||
|
||||
@ -21,17 +21,17 @@ github_release_plugin_version=2.4.1
|
||||
|
||||
## Android
|
||||
|
||||
android_minSdkVersion=19
|
||||
android_minSdkVersion=21
|
||||
android_compileSdkVersion=32
|
||||
android_buildToolsVersion=32.0.0
|
||||
dexcount_version=3.1.0
|
||||
junit_version=4.12
|
||||
test_ext_junit_version=1.1.2
|
||||
espresso_core=3.3.0
|
||||
test_ext_junit_version=1.1.3
|
||||
espresso_core=3.4.0
|
||||
|
||||
androidx_work_version=2.7.1
|
||||
|
||||
## Common
|
||||
|
||||
version=0.7.5
|
||||
android_code_version=16
|
||||
version=0.8.0
|
||||
android_code_version=17
|
||||
|
Loading…
Reference in New Issue
Block a user