Skip to content

Releases: BoxResin/AndroidThreadSwitcher

v1.2.0 has been released!

15 Sep 06:17
d751c4d

Choose a tag to compare

Release Note

  • AndroidX refactoring
  • kotlin version updated to 1.2.70
  • SDK version updated to 28
  • Some lines that may causes AndroidManifest conflicts have been deleted. (4856435)
implementation 'boxresin.library:AndroidThreadSwitcher:1.2.0'

v1.1.0 has been released!

03 Jan 12:07

Choose a tag to compare

Release Note

  • #3 The library is now available without initialization! ThreadSwitcher#initialize() method has been eliminated.
  • #2 You can now call ThreadSwitcher#newChain() method as static in Java.
compile 'boxresin.library:AndroidThreadSwitcher:1.1.0'

First release

08 Jul 07:14

Choose a tag to compare

compile 'boxresin.library:AndroidThreadSwitcher:1.0.0'