Releases: Rasalexman/coroutinesmanager
Releases · Rasalexman/coroutinesmanager
1.4.5
1.4.4
release version 1.4.4
- update kotlin to 1.8.0
- remove buildSrc
1.4.3
release version 1.4.3
- update kotlin to 1.7.20
1.4.2
release version 1.4.2
- added setupDefaultDispatchers to CoroutinesProvider
- downgrade sdkbuild to 18
1.4.1
release version 1.4.1
with kotlin 1.6.21
coroutines-android 1.6.1
1.4.0
update kotlin version to 1.6.10
1.3.9
release version 1.3.9
CoroutinesProvider remove jobs in lazy initialization
1.3.8
release version 1.3.8
with kotlin 1.6.0
coroutines-android 1.6.0-RC
CoroutinesProvider now include jobs in lazy initialization
remove all job.invokeOnCompletion { job.cancel() }
callbacks
1.3.7
release version 1.3.7
with kotlin 1.5.31
coroutines-android 1.5.2
fix gradle.properties
add java 11 support
launchOnUI, launchOnUiAsyncBy, launchOnUiBy return a Job
1.3.6
release version 1.3.6
with kotlin 1.5.31
coroutines-android 1.5.2
fix gradle.properties