update MIN_WEBVIEW_RELEASE to 92

This is the minimum supported Chromium version for PDF.js v3.8.162.
This commit is contained in:
octocorvus 2023-07-03 22:38:55 +00:00 committed by Daniel Micay
parent efc1a27203
commit 457cbc9e98
1 changed files with 1 additions and 1 deletions

View File

@ -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'; " +