summaryrefslogtreecommitdiffstats
path: root/android-mobile/AndroidManifest.xml
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2015-07-16 00:59:36 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-07-16 18:41:06 -0700
commitc78e4fb92d9b9a488a794d7485fe1214f50f80fe (patch)
tree3a0ff8924ac3c4077e419950426167063670c661 /android-mobile/AndroidManifest.xml
parent0a473b3a2af6cab57f1fc0f360aff7e2dfeca133 (diff)
downloadsubsurface-c78e4fb92d9b9a488a794d7485fe1214f50f80fe.tar.gz
Use a different package for the mobile app
Now we produce two different android apps, and to be able to have both installed at once, we need to put them in different packages. Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'android-mobile/AndroidManifest.xml')
-rw-r--r--android-mobile/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android-mobile/AndroidManifest.xml b/android-mobile/AndroidManifest.xml
index 6a6b1007a..5ec313a34 100644
--- a/android-mobile/AndroidManifest.xml
+++ b/android-mobile/AndroidManifest.xml
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='utf-8'?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="org.subsurfacedivelog"
+ package="org.subsurfacedivelog.mobile"
android:installLocation="auto"
android:versionCode="1"
android:versionName="1.0" >