Skip to content

Commit b430505

Browse files
authored
Update SDKS to 5.0.0 (#138)
1 parent 511d053 commit b430505

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

splitio_android/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.2.0 (Nov 6, 2024)
2+
* Updated Android SDK to `5.0.0`
3+
14
# 0.1.10 (Oct 18, 2024)
25
* Updated Android SDK to `4.2.2`
36

splitio_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ android {
3636
}
3737

3838
dependencies {
39-
implementation 'io.split.client:android-client:4.2.2'
39+
implementation 'io.split.client:android-client:5.0.0'
4040

4141
testImplementation 'junit:junit:4.13.2'
4242
testImplementation 'org.mockito:mockito-core:3.12.4'

splitio_android/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: splitio_android
2+
publish_to: 'none'
23
description: The official Android implementation of splitio Flutter plugin.
34
repository: https://github.com/splitio/flutter-sdk-plugin/tree/main/splitio_android
4-
version: 0.1.10
5+
version: 0.2.0-rc.1
56

67
environment:
78
sdk: ">=2.16.2 <4.0.0"

0 commit comments

Comments
 (0)