Skip to content

Commit d26851d

Browse files
committed
rename to app.grapheneos.pdfviewer
1 parent 660321c commit d26851d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ android {
2929
buildToolsVersion = "32.0.0"
3030

3131
defaultConfig {
32-
applicationId = "org.grapheneos.pdfviewer"
32+
applicationId = "app.grapheneos.pdfviewer"
3333
minSdk = 26
3434
targetSdk = 31
3535
versionCode = 10

app/src/main/AndroidManifest.xml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="org.grapheneos.pdfviewer"
44
android:targetSandboxVersion="2">
5+
<original-package android:name="org.grapheneos.pdfviewer" />
6+
57
<application android:icon="@mipmap/ic_launcher"
68
android:roundIcon="@mipmap/ic_launcher_round"
79
android:label="@string/app_name"

0 commit comments

Comments
 (0)