From 5cde674eff1fd796ae23cece6987bcab3281b8a1 Mon Sep 17 00:00:00 2001 From: Shuai Li Date: Fri, 9 Mar 2018 12:29:49 -0800 Subject: [PATCH] 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 --- android/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/android/README.md b/android/README.md index 3b4664693..89f7e2139 100644 --- a/android/README.md +++ b/android/README.md @@ -402,6 +402,7 @@ rules file: # WebRTC -keep class org.webrtc.** { *; } +-dontwarn org.chromium.build.BuildHooksAndroid # Jisti Meet SDK