rename to app.grapheneos.pdfviewer

This commit is contained in:
Daniel Micay 2022-02-23 07:22:58 -05:00
parent 660321cb38
commit d26851dfcf
2 changed files with 3 additions and 1 deletions

View File

@ -29,7 +29,7 @@ android {
buildToolsVersion = "32.0.0"
defaultConfig {
applicationId = "org.grapheneos.pdfviewer"
applicationId = "app.grapheneos.pdfviewer"
minSdk = 26
targetSdk = 31
versionCode = 10

View File

@ -2,6 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.grapheneos.pdfviewer"
android:targetSandboxVersion="2">
<original-package android:name="org.grapheneos.pdfviewer" />
<application android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:label="@string/app_name"