We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc8afb1 commit ca91e9dCopy full SHA for ca91e9d
app/build.gradle
@@ -4,7 +4,7 @@ android {
4
compileSdkVersion 30
5
buildToolsVersion "30.0.2"
6
defaultConfig {
7
- applicationId "org.grapheneos.pdfviewer.sguerrini97"
+ applicationId "org.grapheneos.pdfviewer"
8
minSdkVersion 24
9
targetSdkVersion 30
10
versionCode 6
app/src/main/res/values/strings.xml
@@ -1,6 +1,6 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<resources>
3
- <string name="app_name">(sguerrini97) PDF Viewer</string>
+ <string name="app_name">PDF Viewer</string>
<!--<string name="action_settings">Settings</string>-->
<string name="action_previous">Previous page</string>
<string name="action_next">Next page</string>
0 commit comments