mirror of
https://github.com/InsanusMokrassar/krontab.git
synced 2025-12-30 00:29:18 +00:00
Compare commits
14 Commits
da436ab432
...
v0.8.3
| Author | SHA1 | Date | |
|---|---|---|---|
| fae297e4a6 | |||
| bd81298ac9 | |||
| cfac5fcd1c | |||
| 93d38f8945 | |||
| 97dcd77a8a | |||
| afa2521b5d | |||
| 37b0ec9fb7 | |||
| d36888173a | |||
| 30011cd309 | |||
| fd37a5ddc3 | |||
| 3874f6a42c | |||
| 8a98ebd5f9 | |||
| 8d0c55129f | |||
| 54b06bf9e6 |
27
CHANGELOG.md
27
CHANGELOG.md
@@ -1,5 +1,32 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.8.3
|
||||||
|
|
||||||
|
* Versions
|
||||||
|
* `Kotlin`: `1.7.21`
|
||||||
|
* `Klock`: `3.4.0`
|
||||||
|
|
||||||
|
## 0.8.2
|
||||||
|
|
||||||
|
**THIS VERSION HAS CHANGED COMPILE ANDROID SDK FROM 32 -> 33**
|
||||||
|
|
||||||
|
* Versions
|
||||||
|
* `Kotlin`: `1.7.20`
|
||||||
|
* `Klock`: `3.2.0`
|
||||||
|
|
||||||
|
## 0.8.1
|
||||||
|
|
||||||
|
* Versions
|
||||||
|
* `Klock`: `3.1.0`
|
||||||
|
|
||||||
|
## 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
|
## 0.7.5
|
||||||
|
|
||||||
* Versions
|
* Versions
|
||||||
|
|||||||
@@ -8,12 +8,12 @@ android.useAndroidX=true
|
|||||||
android.enableJetifier=false
|
android.enableJetifier=false
|
||||||
|
|
||||||
|
|
||||||
kotlin_version=1.6.21
|
kotlin_version=1.7.21
|
||||||
kotlin_coroutines_version=1.6.4
|
kotlin_coroutines_version=1.6.4
|
||||||
|
|
||||||
dokka_version=1.6.21
|
dokka_version=1.7.20
|
||||||
|
|
||||||
klockVersion=2.7.0
|
klockVersion=3.4.0
|
||||||
|
|
||||||
## Github reease
|
## Github reease
|
||||||
|
|
||||||
@@ -21,17 +21,17 @@ github_release_plugin_version=2.4.1
|
|||||||
|
|
||||||
## Android
|
## Android
|
||||||
|
|
||||||
android_minSdkVersion=19
|
android_minSdkVersion=21
|
||||||
android_compileSdkVersion=32
|
android_compileSdkVersion=33
|
||||||
android_buildToolsVersion=32.0.0
|
android_buildToolsVersion=33.0.0
|
||||||
dexcount_version=3.1.0
|
dexcount_version=3.1.0
|
||||||
junit_version=4.12
|
junit_version=4.12
|
||||||
test_ext_junit_version=1.1.2
|
test_ext_junit_version=1.1.3
|
||||||
espresso_core=3.3.0
|
espresso_core=3.4.0
|
||||||
|
|
||||||
androidx_work_version=2.7.1
|
androidx_work_version=2.7.1
|
||||||
|
|
||||||
## Common
|
## Common
|
||||||
|
|
||||||
version=0.7.5
|
version=0.8.3
|
||||||
android_code_version=16
|
android_code_version=20
|
||||||
|
|||||||
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.4-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user