Skip to content

Commit

Permalink
rename to app.grapheneos.pdfviewer
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Feb 23, 2022
1 parent 660321c commit d26851d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {
buildToolsVersion = "32.0.0"

defaultConfig {
applicationId = "org.grapheneos.pdfviewer"
applicationId = "app.grapheneos.pdfviewer"
minSdk = 26
targetSdk = 31
versionCode = 10
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d26851d

Please sign in to comment.