You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
398 B
11 lines
398 B
# Most of the flags in this file are duplicated to refer to both the pre- and |
|
# post-jarjar remapping versions of the class names. This enables the same |
|
# config file to be used whether jarjar is enabled or not. |
|
|
|
|
|
# Keep the factory and its public members; it's the main entry point used by the |
|
# framework. |
|
-keep class com.android.webview.nullwebview.NullWebViewFactoryProvider { |
|
public *; |
|
} |
|
|
|
|