We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f37967 commit ea7fab6Copy full SHA for ea7fab6
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.6.6
4
+
5
+* Versions
6
+ * `Klock`: `2.4.8`
7
+ * `Androidx Work`: `2.7.0`
8
9
## 0.6.5
10
11
* Flows now use `doWhile` functions
gradle.properties
@@ -11,9 +11,9 @@ android.enableJetifier=false
kotlin_version=1.5.31
12
kotlin_coroutines_version=1.5.2
13
14
-dokka_version=1.5.30
+dokka_version=1.5.31
15
16
-klockVersion=2.4.2
+klockVersion=2.4.8
17
18
## Github reease
19
@@ -29,9 +29,9 @@ junit_version=4.12
29
test_ext_junit_version=1.1.2
30
espresso_core=3.3.0
31
32
-androidx_work_version=2.6.0
+androidx_work_version=2.7.0
33
34
## Common
35
36
-version=0.6.5
37
-android_code_version=9
+version=0.6.6
+android_code_version=10
0 commit comments