Skip to content

Commit c0d36fe

Browse files
authored
Version 2.4.1 (#47)
* Remove noveogroup dependency
1 parent ca1bb66 commit c0d36fe

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

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

6+
## [2.4.1] - 2018-06-06
7+
### Fixed
8+
- Removed the unused `com.noveogroup.android:android-logger` dependency that prevented some consuming apps from assembling.
9+
610
## [2.4.0] - 2018-06-03
711
### Added
812
- 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).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Check out the included example app, or follow things here:
88
1. Declare this dependency:
99

1010
```
11-
compile 'com.launchdarkly:launchdarkly-android-client:2.4.0'
11+
compile 'com.launchdarkly:launchdarkly-android-client:2.4.1'
1212
```
1313
1. In your application configure and initialize the client:
1414

launchdarkly-android-client/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ apply plugin: 'io.codearte.nexus-staging'
77

88
allprojects {
99
group = 'com.launchdarkly'
10-
version = '2.4.0'
10+
version = '2.4.1'
1111
sourceCompatibility = 1.7
1212
targetCompatibility = 1.7
1313
}
@@ -67,7 +67,6 @@ dependencies {
6767
implementation fileTree(dir: 'libs', include: ['*.jar'])
6868
//noinspection GradleDependency
6969
implementation 'com.google.guava:guava:22.0-android'
70-
implementation 'com.noveogroup.android:android-logger:1.3.5'
7170
implementation "com.google.code.gson:gson:$gsonVersion"
7271
implementation "com.launchdarkly:okhttp-eventsource:$eventsourceVersion"
7372
implementation "com.squareup.okhttp3:okhttp:$okhttpVersion"

0 commit comments

Comments
 (0)