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
This commit is contained in:
parent
c018252eee
commit
5cde674eff
|
@ -402,6 +402,7 @@ rules file:
|
||||||
# WebRTC
|
# WebRTC
|
||||||
|
|
||||||
-keep class org.webrtc.** { *; }
|
-keep class org.webrtc.** { *; }
|
||||||
|
-dontwarn org.chromium.build.BuildHooksAndroid
|
||||||
|
|
||||||
# Jisti Meet SDK
|
# Jisti Meet SDK
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue