move away from deprecated package attribute

This commit is contained in:
Daniel Micay 2022-09-15 19:53:32 -04:00
parent bc77ecbcc6
commit fee1b1516f
2 changed files with 2 additions and 1 deletions

View File

@ -35,6 +35,8 @@ android {
compileSdk = 33
buildToolsVersion = "33.0.0"
namespace = "app.grapheneos.pdfviewer"
defaultConfig {
applicationId = "app.grapheneos.pdfviewer"
minSdk = 26

View File

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="app.grapheneos.pdfviewer"
android:targetSandboxVersion="2">
<original-package android:name="org.grapheneos.pdfviewer" />