11 lines
398 B
Text
11 lines
398 B
Text
# 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 *;
|
|
}
|
|
|