Skip to content

Commit

Permalink
Prepare 3.1.5 release (#164)
Browse files Browse the repository at this point in the history
## [3.1.5] - 2022-05-05

### Fixed
- Prevent `NullPointerException` when event buffer is full and `diagnosticOptOut` is true. (Thanks, [mattyway](#160)!)
  • Loading branch information
aengelberg authored May 5, 2022
1 parent 4e75a55 commit 59866be
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@

All notable changes to the LaunchDarkly Android SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).

## [3.1.5] - 2022-05-05

### Fixed
- Prevent `NullPointerException` when event buffer is full and `diagnosticOptOut` is true. (Thanks, [mattyway](https://github.com/launchdarkly/android-client-sdk/pull/160)!)

## [3.1.4] - 2022-03-23
### Fixed
- Removed Android Appcompat dependency.
Expand Down
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ dependencies {

implementation(project(":launchdarkly-android-client-sdk"))
// Comment the previous line and uncomment this one to depend on the published artifact:
//implementation("com.launchdarkly:launchdarkly-android-client-sdk:3.1.4")
//implementation("com.launchdarkly:launchdarkly-android-client-sdk:3.1.5")
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
version=3.1.4
version=3.1.5

sonatypeUsername=
sonatypePassword=
Expand Down

0 comments on commit 59866be

Please sign in to comment.