Skip to content

Commit

Permalink
Version 2.4.1 (#47)
Browse files Browse the repository at this point in the history
* Remove noveogroup dependency
  • Loading branch information
arun251 committed Jun 6, 2018
1 parent ca1bb66 commit c0d36fe
Show file tree
Hide file tree
Showing 3 changed files with 6 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).

## [2.4.1] - 2018-06-06
### Fixed
- Removed the unused `com.noveogroup.android:android-logger` dependency that prevented some consuming apps from assembling.

## [2.4.0] - 2018-06-03
### Added
- To reduce the network bandwidth used for analytics events, feature request events are now sent as counters rather than individual events, and user details are now sent only at intervals rather than in each event. These behaviors can be modified through the LaunchDarkly UI and with the new configuration option `inlineUsersInEvents`. For more details, see [Analytics Data Stream Reference](https://docs.launchdarkly.com/v2.0/docs/analytics-data-stream-reference).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Check out the included example app, or follow things here:
1. Declare this dependency:

```
compile 'com.launchdarkly:launchdarkly-android-client:2.4.0'
compile 'com.launchdarkly:launchdarkly-android-client:2.4.1'
```
1. In your application configure and initialize the client:

Expand Down
3 changes: 1 addition & 2 deletions launchdarkly-android-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apply plugin: 'io.codearte.nexus-staging'

allprojects {
group = 'com.launchdarkly'
version = '2.4.0'
version = '2.4.1'
sourceCompatibility = 1.7
targetCompatibility = 1.7
}
Expand Down Expand Up @@ -67,7 +67,6 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
//noinspection GradleDependency
implementation 'com.google.guava:guava:22.0-android'
implementation 'com.noveogroup.android:android-logger:1.3.5'
implementation "com.google.code.gson:gson:$gsonVersion"
implementation "com.launchdarkly:okhttp-eventsource:$eventsourceVersion"
implementation "com.squareup.okhttp3:okhttp:$okhttpVersion"
Expand Down

0 comments on commit c0d36fe

Please sign in to comment.