fix(android): webrtc progurd rule

The new libwebrtc.jar contains an extra unused class file, when proguard is enabled result in the following warning:

org.chromium.build.BuildHooksAndroidImpl: can't find superclass or interface org.chromium.build.BuildHooksAndroid
pull/2591/head jitsi-meet_2849
Shuai Li 7 years ago committed by GitHub
parent c018252eee
commit 5cde674eff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      android/README.md

@ -402,6 +402,7 @@ rules file:
# WebRTC
-keep class org.webrtc.** { *; }
-dontwarn org.chromium.build.BuildHooksAndroid
# Jisti Meet SDK

Loading…
Cancel
Save