Skip to content

Commit d9e3e60

Browse files
- fixed AndroidManifest.xml file (#13)
- added logic for get/set ice servers in webrtc_screen.dart
1 parent 618a0c0 commit d9e3e60

File tree

2 files changed

+120
-101
lines changed

2 files changed

+120
-101
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<uses-feature android:name="android.hardware.camera.autofocus" />
2121

2222
<application
23-
android:name="io.flutter.app.FlutterApplication"
23+
android:name="${applicationName}"
2424
android:icon="@mipmap/ic_launcher"
2525
android:label="quickblox_sdk_example">
2626

0 commit comments

Comments
 (0)