diff --git a/splitio/CHANGELOG.md b/splitio/CHANGELOG.md index e2f3f04..cda5564 100644 --- a/splitio/CHANGELOG.md +++ b/splitio/CHANGELOG.md @@ -1,3 +1,6 @@ +# 0.1.9+1 (Jun 7, 2024) +* Updated Android SDK to `4.1.1` + # 0.1.9 (May 22, 2024) * Added support for targeting rules based on semantic versions (https://semver.org/). * Added special impression label "targeting rule type unsupported by sdk" when the matcher type is not supported by the SDK, which returns 'control' treatment. diff --git a/splitio/example/pubspec.lock b/splitio/example/pubspec.lock index 43140ca..a22e0ac 100644 --- a/splitio/example/pubspec.lock +++ b/splitio/example/pubspec.lock @@ -170,9 +170,10 @@ packages: splitio_android: dependency: transitive description: - path: "../../splitio_android" - relative: true - source: path + name: splitio_android + sha256: b7ddd9f8a694ed610dd3ecd770f16d4ce016c3211d2f56fc5a094ef58bc543fb + url: "https://pub.dev" + source: hosted version: "0.1.9+1" splitio_ios: dependency: transitive diff --git a/splitio/pubspec.yaml b/splitio/pubspec.yaml index 033c0d6..4acfba3 100644 --- a/splitio/pubspec.yaml +++ b/splitio/pubspec.yaml @@ -19,9 +19,7 @@ flutter: dependencies: flutter: sdk: flutter -# splitio_android: ^0.1.9+1 - splitio_android: - path: ../splitio_android + splitio_android: ^0.1.9+1 splitio_ios: ^0.1.9 splitio_platform_interface: ^1.4.0 diff --git a/splitio_android/CHANGELOG.md b/splitio_android/CHANGELOG.md index 6e0142e..c54fc7d 100644 --- a/splitio_android/CHANGELOG.md +++ b/splitio_android/CHANGELOG.md @@ -1,3 +1,6 @@ +# 0.1.9+1 (Jun 7, 2024) +* Updated Android SDK to `4.1.1` + # 0.1.9 (May 22, 2024) * Updated Android SDK to `4.1.0`