Turns out the manifest doesn't allow a dash in the name

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-01-14 10:46:21 +13:00
parent 4187421221
commit c9535b6547

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.subsurface-divelog"
package="org.subsurfacedivelog"
android:installLocation="auto"
android:versionCode="1"
android:versionName="1.0" >