Ver código fonte

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
master
Shuai Li 7 anos atrás
pai
commit
5cde674eff
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      android/README.md

+ 1
- 0
android/README.md Ver arquivo

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

Carregando…
Cancelar
Salvar