update MIN_WEBVIEW_RELEASE to 92
This is the minimum supported Chromium version for PDF.js v3.8.162.
This commit is contained in:
parent
efc1a27203
commit
457cbc9e98
@ -65,7 +65,7 @@ public class PdfViewer extends AppCompatActivity implements LoaderManager.Loader
|
||||
private static final String STATE_DOCUMENT_ORIENTATION_DEGREES = "documentOrientationDegrees";
|
||||
private static final String STATE_ENCRYPTED_DOCUMENT_PASSWORD = "encrypted_document_password";
|
||||
private static final String KEY_PROPERTIES = "properties";
|
||||
private static final int MIN_WEBVIEW_RELEASE = 89;
|
||||
private static final int MIN_WEBVIEW_RELEASE = 92;
|
||||
|
||||
private static final String CONTENT_SECURITY_POLICY =
|
||||
"default-src 'none'; " +
|
||||
|
Loading…
Reference in New Issue
Block a user