mirror of
https://github.com/InsanusMokrassar/krontab.git
synced 2024-11-22 16:23:55 +00:00
commit
6b3cb981ab
2
.gitignore
vendored
2
.gitignore
vendored
@ -9,4 +9,6 @@ settings.xml
|
|||||||
build/
|
build/
|
||||||
out/
|
out/
|
||||||
|
|
||||||
|
kotlin-js-store/
|
||||||
|
|
||||||
local.properties
|
local.properties
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.9.0
|
||||||
|
|
||||||
|
* Versions
|
||||||
|
* `Kotlin`: `1.8.10`
|
||||||
|
* `AndroidXWork`: `2.8.0`
|
||||||
|
|
||||||
## 0.8.5
|
## 0.8.5
|
||||||
|
|
||||||
* Project is now available in owner `Gitea`: https://git.inmo.dev/InsanusMokrassar/-/packages/maven/dev.inmo-krontab
|
* Project is now available in owner `Gitea`: https://git.inmo.dev/InsanusMokrassar/-/packages/maven/dev.inmo-krontab
|
||||||
|
@ -8,7 +8,7 @@ android.useAndroidX=true
|
|||||||
android.enableJetifier=false
|
android.enableJetifier=false
|
||||||
|
|
||||||
|
|
||||||
kotlin_version=1.7.22
|
kotlin_version=1.8.10
|
||||||
kotlin_coroutines_version=1.6.4
|
kotlin_coroutines_version=1.6.4
|
||||||
|
|
||||||
dokka_version=1.7.20
|
dokka_version=1.7.20
|
||||||
@ -23,15 +23,15 @@ github_release_plugin_version=2.4.1
|
|||||||
|
|
||||||
android_minSdkVersion=21
|
android_minSdkVersion=21
|
||||||
android_compileSdkVersion=33
|
android_compileSdkVersion=33
|
||||||
android_buildToolsVersion=33.0.0
|
android_buildToolsVersion=33.0.1
|
||||||
dexcount_version=3.1.0
|
dexcount_version=3.1.0
|
||||||
junit_version=4.12
|
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.7.1
|
androidx_work_version=2.8.0
|
||||||
|
|
||||||
## Common
|
## Common
|
||||||
|
|
||||||
version=0.8.5
|
version=0.9.0
|
||||||
android_code_version=22
|
android_code_version=23
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user