Skip to content

Commit

Permalink
Android SDK 4.1.1 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
gthea authored Jun 7, 2024
1 parent ce2eac6 commit 3e2d9dc
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
15 changes: 7 additions & 8 deletions splitio/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -166,23 +166,22 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.9-rc.1"
version: "0.1.9+1"
splitio_android:
dependency: transitive
description:
name: splitio_android
sha256: c096d857d24642a3caa14ba9426ae82c1020ba76eaad42cc7707a76fa989a128
url: "https://pub.dev"
source: hosted
version: "0.1.9-rc.1"
path: "../../splitio_android"
relative: true
source: path
version: "0.1.9+1"
splitio_ios:
dependency: transitive
description:
name: splitio_ios
sha256: "2b005d69476f11ade95cb7992f4fc8d03cd7ac9ef19f07373ebc97aeb273bf9a"
sha256: e9b5427a7c8efa67846a5ccbe70d13d3286f50f382b369416bff7c509478b50f
url: "https://pub.dev"
source: hosted
version: "0.1.9-rc.1"
version: "0.1.9"
splitio_platform_interface:
dependency: transitive
description:
Expand Down
6 changes: 4 additions & 2 deletions splitio/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: splitio
description: Official plugin for split.io, the platform for controlled rollouts, which serves features to your users via feature flags to manage your complete customer experience.
version: 0.1.9
version: 0.1.9+1
homepage: https://split.io/
repository: https://github.com/splitio/flutter-sdk-plugin/tree/main/splitio/

Expand All @@ -19,7 +19,9 @@ flutter:
dependencies:
flutter:
sdk: flutter
splitio_android: ^0.1.9
# splitio_android: ^0.1.9+1
splitio_android:
path: ../splitio_android
splitio_ios: ^0.1.9
splitio_platform_interface: ^1.4.0

Expand Down
2 changes: 1 addition & 1 deletion splitio_android/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ android {
}

dependencies {
implementation 'io.split.client:android-client:4.1.0'
implementation 'io.split.client:android-client:4.1.1'

testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:3.12.4'
Expand Down
2 changes: 1 addition & 1 deletion splitio_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: splitio_android
description: The official Android implementation of splitio Flutter plugin.
repository: https://github.com/splitio/flutter-sdk-plugin/tree/main/splitio_android
version: 0.1.9
version: 0.1.9+1

environment:
sdk: ">=2.16.2 <4.0.0"
Expand Down

0 comments on commit 3e2d9dc

Please sign in to comment.