Skip to content

Commit

Permalink
Merge pull request #553 from kennethshackleton/prepare-0.23.0
Browse files Browse the repository at this point in the history
Prepare version 0.23.0.
  • Loading branch information
kennethshackleton authored Sep 1, 2024
2 parents 7650b03 + d03e450 commit 835828a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change Log
==========

## Version 0.23.0

### 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.

## Version 0.22.3

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
selekt.versionName=0.22.3
selekt.nextVersionName=0.23.0
selekt.versionName=0.23.0
selekt.nextVersionName=0.24.0

openssl.version=3.1.2
openssl.sha256=a0ce69b8b97ea6a35b96875235aa453b966ba3cba8af2de23657d8b6767d6539
Expand Down

0 comments on commit 835828a

Please sign in to comment.