Skip to content

Commit d8f2a00

Browse files
authored
Merge pull request #89 from ant-media/develop
Upgraded flutter_webrtc version
2 parents 02e0967 + 3092dec commit d8f2a00

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.github/workflows/run_test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
- name: Run sample application integration tests
3434
uses: reactivecircus/android-emulator-runner@v2
3535
with:
36-
api-level: 29
36+
api-level: 34
37+
target: google_apis
38+
arch: x86_64
3739
script: |
3840
cd example/SampleProject && flutter test integration_test/test_play.dart
3941
cd example/SampleProject && flutter test integration_test/test_conference.dart

example/SampleProject/android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pluginManagement {
1818

1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
21-
id "com.android.application" version "8.1.0" apply false
21+
id "com.android.application" version "8.2.1" apply false
2222
id "org.jetbrains.kotlin.android" version "1.8.22" apply false
2323
}
2424

example/SampleProject/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies:
3434

3535
file: ^7.0.0
3636
get: ^4.6.1
37-
flutter_webrtc: ^0.12.9
37+
flutter_webrtc: ^1.2.1
3838
permission_handler: ^11.0.0
3939
shared_preferences: ^2.0.15
4040
shared_preferences_macos: ^2.0.4

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ant_media_flutter
22
description: Flutter Package to use Ant Media Server Enterprise Edition Streaming Engine on Android, iOS, Web and Desktop
3-
version: 1.5.3
3+
version: 1.5.4
44
homepage: https://github.com/ant-media/WebRTC-Flutter-SDK
55

66
environment:
@@ -16,7 +16,7 @@ dependencies:
1616

1717
get: ^4.6.6
1818
collection: ^1.18.0
19-
flutter_webrtc: ^0.12.9
19+
flutter_webrtc: ^1.2.1
2020
permission_handler: ^11.1.0
2121
shared_preferences: ^2.2.2
2222
http: ^1.1.2

0 commit comments

Comments
 (0)