Skip to content

Commit

Permalink
Release 3.1.2 (#145)
Browse files Browse the repository at this point in the history
## [3.1.2] - 2021-12-17
### Fixed
- Bump version of gson dependency from 2.8.6 to 2.8.9.
  • Loading branch information
louis-launchdarkly committed Dec 17, 2021
1 parent 5106b68 commit 1a09b9b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

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.2] - 2021-12-17
### Fixed
- Bump version of gson dependency from 2.8.6 to 2.8.9.

## [3.1.1] - 2021-09-03
### Fixed
- Removed the `android:allowBackup` tag from the SDK's `AndroidManifest.xml` file to avoid requiring applications to explicitly replace the tag if given a different value. ([#138](https://github.com/launchdarkly/android-client-sdk/issues/138))
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.1")
//implementation("com.launchdarkly:launchdarkly-android-client-sdk:3.1.2")
}
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.1
version=3.1.2

sonatypeUsername=
sonatypePassword=
Expand Down
2 changes: 1 addition & 1 deletion launchdarkly-android-client-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ ext.versions = [
"androidTest": "1.3.0",
"easymock": "4.3",
"eventsource": "1.11.2",
"gson": "2.8.6",
"gson": "2.8.9",
"jacksonCore": "2.10.5",
"jacksonDatabind": "2.10.5.1",
"junit": "4.13",
Expand Down

0 comments on commit 1a09b9b

Please sign in to comment.