Skip to content

Releases: Rasalexman/coroutinesmanager

1.4.5

05 May 06:41
Compare
Choose a tag to compare

release version 1.4.5

  • update kotlin to 1.8.21
  • update agp to 7.4.2 and gradle to 8.1.1

1.4.4

28 Jan 12:11
Compare
Choose a tag to compare

release version 1.4.4

  • update kotlin to 1.8.0
  • remove buildSrc

1.4.3

03 Nov 14:43
Compare
Choose a tag to compare

release version 1.4.3

  • update kotlin to 1.7.20

1.4.2

24 Jun 10:46
Compare
Choose a tag to compare

release version 1.4.2

  • added setupDefaultDispatchers to CoroutinesProvider
  • downgrade sdkbuild to 18

1.4.1

27 May 07:51
Compare
Choose a tag to compare

release version 1.4.1
with kotlin 1.6.21
coroutines-android 1.6.1

1.4.0

24 Feb 11:15
Compare
Choose a tag to compare

update kotlin version to 1.6.10

1.3.9

23 Nov 20:33
Compare
Choose a tag to compare

release version 1.3.9
CoroutinesProvider remove jobs in lazy initialization

1.3.8

23 Nov 19:00
Compare
Choose a tag to compare

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

15 Oct 09:40
Compare
Choose a tag to compare

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

15 Oct 08:20
Compare
Choose a tag to compare

release version 1.3.6
with kotlin 1.5.31
coroutines-android 1.5.2
fix gradle.properties