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 769d66a commit 4966ab0Copy full SHA for 4966ab0
example/android/app/build.gradle
@@ -36,6 +36,8 @@ android {
36
// TODO: Add your own signing config for the release build.
37
// Signing with the debug keys for now, so `flutter run --release` works.
38
signingConfig signingConfigs.debug
39
+ useProguard true
40
+ proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
41
}
42
43
example/android/app/proguard-rules.pro
@@ -0,0 +1,3 @@
1
+## Flutter WebRTC
2
+-keep class com.cloudwebrtc.webrtc.** { *; }
3
+-keep class org.webrtc.** { *; }
0 commit comments