We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b41f09f commit 941652aCopy full SHA for 941652a
.gitignore
@@ -50,6 +50,7 @@
50
# Android related
51
**/android/**/gradle-wrapper.jar
52
.gradle/
53
+**/android/app/.cxx/
54
**/android/captures/
55
**/android/gradlew
56
**/android/gradlew.bat
melos.yaml
@@ -18,7 +18,7 @@ command:
18
19
# Dependencies used in the project.
20
dependencies:
21
- stream_webrtc_flutter: ^0.12.9
+ stream_webrtc_flutter: ^0.12.9+1
22
23
scripts:
24
postclean:
0 commit comments