Skip to content

Commit ca91e9d

Browse files
committed
Revert "(TO REVERT) changed app name/id to install on real device"
This reverts commit 131fd97.
1 parent cc8afb1 commit ca91e9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ android {
44
compileSdkVersion 30
55
buildToolsVersion "30.0.2"
66
defaultConfig {
7-
applicationId "org.grapheneos.pdfviewer.sguerrini97"
7+
applicationId "org.grapheneos.pdfviewer"
88
minSdkVersion 24
99
targetSdkVersion 30
1010
versionCode 6

app/src/main/res/values/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<string name="app_name">(sguerrini97) PDF Viewer</string>
3+
<string name="app_name">PDF Viewer</string>
44
<!--<string name="action_settings">Settings</string>-->
55
<string name="action_previous">Previous page</string>
66
<string name="action_next">Next page</string>

0 commit comments

Comments
 (0)