Skip to content

Releases: BoxResin/JavaHTTP

v1.2.0 has been released!

Choose a tag to compare

@BoxResin BoxResin released this 21 Sep 13:22

Release Note

  • Gradle implementation migration
  • AndroidX refactoring
implementation 'boxresin.library:JavaHTTP:1.2.0'

v1.1.1 has been released!

Choose a tag to compare

@BoxResin BoxResin released this 04 Feb 04:17
e6b4e42

Release Note

  • Added HTTP redirection support #8 : HttpRequester.request(boolean autoRedirection)
  • Added some missing methods.
implementation 'boxresin.library:JavaHTTP:1.1.1'

v1.1.0 has been released!

Choose a tag to compare

@BoxResin BoxResin released this 11 Nov 16:06
7c7bf9a

Release Note

  • Changed the package name of library from boxresin.library.androidhttp to boxresin.library.javahttp.
  • A feature that encodes query string of URL is added: HttpRequester.setUrl(String url, Map<String, String> params)
compile 'boxresin.library:JavaHTTP:1.1.0'

First release

Choose a tag to compare

@BoxResin BoxResin released this 27 Apr 15:38
compile 'boxresin.library:JavaHTTP:1.0.0'