Skip to content

Commit 198ccba

Browse files
committed
update.
1 parent 0d29d55 commit 198ccba

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

android/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2626

2727
android {
2828
compileSdkVersion 28
29+
ndkVersion "21.4.7075529"
2930

3031
lintOptions {
3132
disable 'InvalidPackage'

pubspec.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@ dependencies:
1111
sdk: flutter
1212

1313
cupertino_icons: ^1.0.3
14-
flutter_webrtc:
15-
git:
16-
url: https://github.com/flutter-webrtc/flutter-webrtc.git
17-
ref: feat/screen-capture-event-listener-for-win
18-
14+
flutter_webrtc: ^0.9.0
1915
shared_preferences: ^2.0.7
2016
http: ^0.13.3
2117
path_provider: ^2.0.2

0 commit comments

Comments
 (0)