Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 49c5b6a

Browse files
committedMar 22, 2025·
remove deprecated no-op targetSandboxVersion
1 parent 2b3b8ea commit 49c5b6a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎app/src/main/AndroidManifest.xml

+1-2
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)
Please sign in to comment.