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:
Shuai Li
2018-03-09 12:29:49 -08:00
committed by GitHub
parent c018252eee
commit 5cde674eff

View File

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