Skip to content

Commit af33474

Browse files
committed
rename to app.grapheneos.pdfviewer
It will still be called org.grapheneos.pdfviewer for the Play Store for the time being.
1 parent 660321c commit af33474

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 0 deletions
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)