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>
This commit is contained in:
Anton Lundin 2015-07-16 00:59:36 +02:00 committed by Dirk Hohndel
parent 0a473b3a2a
commit c78e4fb92d

View file

@ -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" >