rename to app.grapheneos.pdfviewer
This commit is contained in:
parent
660321cb38
commit
d26851dfcf
@ -29,7 +29,7 @@ android {
|
|||||||
buildToolsVersion = "32.0.0"
|
buildToolsVersion = "32.0.0"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId = "org.grapheneos.pdfviewer"
|
applicationId = "app.grapheneos.pdfviewer"
|
||||||
minSdk = 26
|
minSdk = 26
|
||||||
targetSdk = 31
|
targetSdk = 31
|
||||||
versionCode = 10
|
versionCode = 10
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.grapheneos.pdfviewer"
|
package="org.grapheneos.pdfviewer"
|
||||||
android:targetSandboxVersion="2">
|
android:targetSandboxVersion="2">
|
||||||
|
<original-package android:name="org.grapheneos.pdfviewer" />
|
||||||
|
|
||||||
<application android:icon="@mipmap/ic_launcher"
|
<application android:icon="@mipmap/ic_launcher"
|
||||||
android:roundIcon="@mipmap/ic_launcher_round"
|
android:roundIcon="@mipmap/ic_launcher_round"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
|
Loading…
Reference in New Issue
Block a user