Skip to content

Commit 9454b34

Browse files
authored
chore(ui): renderscript 16kb support (#1076)
* renderscript 16kb support * changelog * changelog fix
1 parent a886f74 commit 9454b34

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/stream_video_flutter/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Unreleased
2+
3+
🔄 Changed
4+
- The `byParticipantSource` participant sorting now accepts a list of sources. The default sorting for `speaker` and `livestream` presets now include other ingress sources.
5+
- Updated the renderscript dependency on Android to support 16kb page size.
6+
17
## 0.11.0
28

39
🚧 Build breaking changes

packages/stream_video_flutter/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ android {
4747
implementation "androidx.annotation:annotation:1.9.0"
4848
implementation 'com.google.mlkit:segmentation-selfie:16.0.0-beta6'
4949
implementation 'io.getstream:stream-webrtc-android:1.3.8'
50-
implementation "com.github.android:renderscript-intrinsics-replacement-toolkit:344be3f6bf03fb"
50+
implementation 'io.getstream:stream-video-renderscript-android:0.0.1'
5151
}
5252

5353
testOptions {

0 commit comments

Comments
 (0)