We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3065edb commit 2b41c91Copy full SHA for 2b41c91
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to the LaunchDarkly Android SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
4
5
+## [5.0.4] - 2024-02-27
6
+### Fixed:
7
+- Improved thread usage in streaming connections.
8
+
9
## [5.0.3] - 2024-02-02
10
### Fixed:
11
- Fixes a bug in which a race condition between identify and network state change could result in a crash.
gradle.properties
@@ -16,7 +16,7 @@
16
# This option should only be used with decoupled projects. More details, visit
17
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
18
# org.gradle.parallel=true
19
-version=5.0.3
+version=5.0.4
20
21
sonatypeUsername=
22
sonatypePassword=
0 commit comments