summaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-01-14 10:46:21 +1300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-01-14 10:46:21 +1300
commitc9535b6547c60afdb89db0822608cd7a44b3f50e (patch)
tree48b16243470e85b2014a84c6a870ea3ff4eafe10 /android
parent418742122146a8c415150bec10d9b5674e819552 (diff)
downloadsubsurface-c9535b6547c60afdb89db0822608cd7a44b3f50e.tar.gz
Turns out the manifest doesn't allow a dash in the name
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'android')
-rw-r--r--android/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index 6721c3a0b..882623781 100644
--- a/android/AndroidManifest.xml
+++ b/android/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.subsurface-divelog"
+ package="org.subsurfacedivelog"
android:installLocation="auto"
android:versionCode="1"
android:versionName="1.0" >