Skip to content

Commit f1411d9

Browse files
authored
Release 3.1.0 (#135)
## [3.1.0] - 2021-08-06 ### Added - The SDK now supports the ability to control the proportion of traffic allocation to an experiment. This works in conjunction with a new platform feature now available to early access customers.
1 parent f8852e4 commit f1411d9

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-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+
## [3.1.0] - 2021-08-06
7+
### Added
8+
- The SDK now supports the ability to control the proportion of traffic allocation to an experiment. This works in conjunction with a new platform feature now available to early access customers.
9+
610
## [3.0.2] - 2021-07-16
711
### Fixed
812
- Catch `SecurityException` when thrown on call to `getNetworkCapabilities` used to detect current network availability. ([#129](https://github.com/launchdarkly/android-client-sdk/issues/129))

example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ dependencies {
2929

3030
implementation(project(":launchdarkly-android-client-sdk"))
3131
// Comment the previous line and uncomment this one to depend on the published artifact:
32-
//implementation("com.launchdarkly:launchdarkly-android-client-sdk:3.0.2")
32+
//implementation("com.launchdarkly:launchdarkly-android-client-sdk:3.1.0")
3333
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# This option should only be used with decoupled projects. More details, visit
1717
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818
# org.gradle.parallel=true
19-
version=3.0.2
19+
version=3.1.0
2020

2121
sonatypeUsername=
2222
sonatypePassword=

launchdarkly-android-client-sdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ ext.versions = [
6464
"jacksonCore": "2.10.5",
6565
"jacksonDatabind": "2.10.5.1",
6666
"junit": "4.13",
67-
"launchdarklyJavaSdkCommon": "1.1.2",
67+
"launchdarklyJavaSdkCommon": "1.2.0",
6868
"okhttp": "4.9.1",
6969
"timber": "4.7.1",
7070
]

0 commit comments

Comments
 (0)