Skip to content

0.23.0

Latest
Compare
Choose a tag to compare
@kennethshackleton kennethshackleton released this 01 Sep 16:26
· 7 commits to main since this release
835828a

Fixes

  • Replace use of ScheduledExecutorService.scheduleAtFixedRate with ScheduledExecutorService.scheduleWithFixedDelay when evicting from the connection pools. ScheduledExecutorService.scheduleAtFixedRate is an API discouraged by Android Lint.
  • Support compiling 16 KB-aligned shared libraries with Android NDK version r27 and higher.