Skip to content

Commit 89bc1ef

Browse files
committed
update.
1 parent 1b7af29 commit 89bc1ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/scripts/project_tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
FLUTTER_APP_FOLDER=$(cd `dirname $0`/../; pwd)
4-
FLUTTER_APP_ORG=com.cloudwebrtc.cisco-meeting
4+
FLUTTER_APP_ORG=com.cloudwebrtc.flutter-whip.example
55
FLUTTER_APP_PROJECT_NAME=flutter_cisco_meeting_app
66
CMD=$1
77

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ environment:
77

88
dependencies:
99
events2: ^1.0.0
10-
flutter_webrtc: ^0.8.0
10+
flutter_webrtc: ^0.8.3
1111
http: ^0.13.3
1212
sdp_transform: ^0.3.2
1313
uuid: ^3.0.3

0 commit comments

Comments
 (0)