8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a5a51 commit 2a6a6ecCopy full SHA for 2a6a6ec
android/build.gradle
@@ -27,6 +27,7 @@ android {
27
defaultConfig {
28
minSdkVersion 18
29
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
30
+ consumerProguardFiles 'proguard-rules.pro'
31
}
32
33
lintOptions {
android/proguard-rules.pro
@@ -0,0 +1,3 @@
1
+# Flutter WebRTC
2
+-keep class com.cloudwebrtc.webrtc.** { *; }
3
+-keep class org.webrtc.** { *; }
0 commit comments