Skip to content

Commit be232f1

Browse files
committed
remove deprecated no-op targetSandboxVersion
The downgrade check was removed in Android 9 and the feature was turned into a deprecated no-op in Android 10.
1 parent 2b3b8ea commit be232f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
android:targetSandboxVersion="2">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
43
<original-package android:name="org.grapheneos.pdfviewer" />
54

65
<application android:name=".App"

0 commit comments

Comments
 (0)