summaryrefslogtreecommitdiff
path: root/android/AndroidManifest.xml
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2013-01-21 12:54:06 +0000
committerRobin Watts <robin.watts@artifex.com>2013-01-21 16:43:19 +0000
commit5822ff1619fda7f0cc0b10f77d351eb459e3c67c (patch)
treebde594a8cd36b72bc7c698ab3eec3861a1802b9f /android/AndroidManifest.xml
parent18d50b1c3ddfef1b08059a3fc898dad0fb98d6a7 (diff)
downloadmupdf-5822ff1619fda7f0cc0b10f77d351eb459e3c67c.tar.xz
Rename app.
Due to a clash on Google Play, we need to rename the apps main class from com.artifex.mupdf to something else. We choose com.artifex.mupdfdemo. Any user of the code in their own app should rename it similarly. To simplify this process we add some macros in the C. Various renames and lots of tedious package name editing is still required in the Java though.
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r--android/AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index 98d0013d..34422f5d 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.artifex.mupdf"
- android:versionCode="1"
+ package="com.artifex.mupdfdemo"
+ android:versionCode="2"
android:versionName="@string/version"
android:installLocation="auto">
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />