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 <[email protected]> --- android-mobile/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-mobile/AndroidManifest.xml b/android-mobile/AndroidManifest.xml index 6a6b100..5ec313a 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" > -- 2.1.4 _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
