mirror of
https://github.com/InsanusMokrassar/krontab.git
synced 2025-12-25 14:25:47 +00:00
Compare commits
2 Commits
2.2.5
...
56656fb2a0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
56656fb2a0 | ||
|
|
9eb0364410 |
@@ -1,11 +1,5 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 2.2.5
|
|
||||||
|
|
||||||
* `Versions`
|
|
||||||
* `Kotlin`: `1.9.22`
|
|
||||||
* `Serialization`: `1.6.2`
|
|
||||||
|
|
||||||
## 2.2.4
|
## 2.2.4
|
||||||
|
|
||||||
* `Versions`
|
* `Versions`
|
||||||
|
|||||||
@@ -9,9 +9,9 @@ android.useAndroidX=true
|
|||||||
android.enableJetifier=false
|
android.enableJetifier=false
|
||||||
|
|
||||||
|
|
||||||
kotlin_version=1.9.22
|
kotlin_version=1.9.21
|
||||||
kotlin_coroutines_version=1.7.3
|
kotlin_coroutines_version=1.7.3
|
||||||
kotlin_serialization_version=1.6.2
|
kotlin_serialization_version=1.6.1
|
||||||
|
|
||||||
dokka_version=1.9.10
|
dokka_version=1.9.10
|
||||||
|
|
||||||
@@ -23,7 +23,7 @@ github_release_plugin_version=2.4.1
|
|||||||
|
|
||||||
## Android
|
## Android
|
||||||
|
|
||||||
android_gradle_version=8.1.4
|
android_gradle_version=8.1.2
|
||||||
android_minSdkVersion=21
|
android_minSdkVersion=21
|
||||||
android_compileSdkVersion=34
|
android_compileSdkVersion=34
|
||||||
android_buildToolsVersion=34.0.0
|
android_buildToolsVersion=34.0.0
|
||||||
@@ -32,9 +32,9 @@ junit_version=4.12
|
|||||||
test_ext_junit_version=1.1.3
|
test_ext_junit_version=1.1.3
|
||||||
espresso_core=3.4.0
|
espresso_core=3.4.0
|
||||||
|
|
||||||
androidx_work_version=2.8.1
|
androidx_work_version=2.9.0
|
||||||
|
|
||||||
## Common
|
## Common
|
||||||
|
|
||||||
version=2.2.5
|
version=2.2.4
|
||||||
android_code_version=35
|
android_code_version=34
|
||||||
|
|||||||
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-8.5-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user