8000 chore: bump version. · flutter-robert/flutter-webrtc@aec34b4 · GitHub
[go: up one dir, main page]

Skip to content

Commit aec34b4

Browse files
committed
chore: bump version.
1 parent 5c3fd9f commit aec34b4

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33
--------------------------------------------
4+
[0.8.1] - 2021-12-29
5+
6+
* [Android/iOS] Bump webrtc-sdk version to 93.4577.01.
7+
48
[0.8.0] - 2021-12-05
59

610
* [Dart] Refactor: Use webrtc interface. (#777)

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ android {
4949
}
5050

5151
dependencies {
52-
implementation 'com.github.webrtc-sdk:android:92.4515.03'
52+
implementation 'com.github.webrtc-sdk:android:93.4577.01'
5353
implementation 'androidx.annotation:annotation:1.1.0'
5454
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
5555
}

ios/flutter_webrtc.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A new flutter plugin project.
1616
s.public_header_files = 'Classes/**/*.h'
1717
s.dependency 'Flutter'
1818
s.dependency 'Libyuv', '1703'
19-
s.dependency 'WebRTC-SDK', '92.4515.11'
19+
s.dependency 'WebRTC-SDK', '93.4577.01'
2020
s.ios.deployment_target = '10.0'
2121
s.static_framework = true
2222
end

macos/flutter_webrtc.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ A new flutter plugin project.
2020
s.vendored_libraries = 'third_party/lib/*.a'
2121

2222
s.dependency 'FlutterMacOS'
23-
s.dependency 'WebRTC-SDK', '92.4515.11'
23+
s.dependency 'WebRTC-SDK', '93.4577.01'
2424
s.osx.deployment_target = '10.11'
2525
end

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_webrtc
22
description: Flutter WebRTC plugin for iOS/Android/Destkop/Web, based on GoogleWebRTC.
3-
version: 0.8.0
3+
version: 0.8.1
44
homepage: https://github.com/cloudwebrtc/flutter-webrtc
55
environment:
66
sdk: '>=2.12.0 <3.0.0'

0 commit comments

Comments
 (0)
0