Skip to content

Commit

Permalink
Merge pull request #17 from andre-paraense/launchdarkly-sdk-update
Browse files Browse the repository at this point in the history
Updating Android and iOS SDKs
  • Loading branch information
andre-paraense authored Mar 31, 2020
2 parents 0208dc3 + 96def92 commit eb01ae6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.1

* Updating LaunchDarkly Android and iOS SDKs.

## 0.4.0

* Adding all flags listener support.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Import `package:launchdarkly_flutter/launchdarkly_flutter.dart`, instantiate `La

### Android integration

Because LaunchDarkly Android's SDK (`com.launchdarkly:launchdarkly-android-client-sdk:2.8.5`) has the label attribute value set in its `<application>` element, there is a need to override it with your app's own label, if there is one (you will likely have one! :)).
Because LaunchDarkly Android's SDK (`com.launchdarkly:launchdarkly-android-client-sdk:2.11.0`) has the label attribute value set in its `<application>` element, there is a need to override it with your app's own label, if there is one (you will likely have one! :)).
Hence, you will need to add `tools:replace="android:label"` to the `<application>` element in your `AndroidManifest.xml`.

```xml
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.oakam.launchdarkly_flutter'
version '0.4.0'
version '0.4.1'

buildscript {
repositories {
Expand Down Expand Up @@ -34,5 +34,5 @@ android {
}

dependencies {
implementation 'com.launchdarkly:launchdarkly-android-client-sdk:2.8.5'
implementation 'com.launchdarkly:launchdarkly-android-client-sdk:2.11.0'
}
4 changes: 2 additions & 2 deletions ios/launchdarkly_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'launchdarkly_flutter'
s.version = '0.4.0'
s.version = '0.4.1'
s.summary = 'A Flutter LaunchDarkly SDK.'
s.description = <<-DESC
This is an unofficial LaunchDarkly SDK for Flutter, for anyone willing to use LaunchDarkly in a Flutter app.
Expand All @@ -15,7 +15,7 @@ This is an unofficial LaunchDarkly SDK for Flutter, for anyone willing to use La
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'LaunchDarkly', '4.4.0'
s.dependency 'LaunchDarkly', '4.5.0'
s.platform = :ios, '8.0'

# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: launchdarkly_flutter
description: This is an unofficial LaunchDarkly SDK for Flutter, for anyone willing to use LaunchDarkly in a Flutter app.
version: 0.4.0
version: 0.4.1
homepage: https://github.com/andre-paraense/launchdarkly_flutter
issue_tracker: https://github.com/andre-paraense/launchdarkly_flutter/issues

Expand Down

0 comments on commit eb01ae6

Please sign in to comment.