Skip to content

Commit 941652a

Browse files
authored
chore: Ignore cxx files and fix package version (#859)
1 parent b41f09f commit 941652a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
# Android related
5151
**/android/**/gradle-wrapper.jar
5252
.gradle/
53+
**/android/app/.cxx/
5354
**/android/captures/
5455
**/android/gradlew
5556
**/android/gradlew.bat

melos.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ command:
1818

1919
# Dependencies used in the project.
2020
dependencies:
21-
stream_webrtc_flutter: ^0.12.9
21+
stream_webrtc_flutter: ^0.12.9+1
2222

2323
scripts:
2424
postclean:

0 commit comments

Comments
 (0)