summaryrefslogtreecommitdiffstats
path: root/android/AndroidManifest.xml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-01-14 09:34:18 +1300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-01-14 09:34:18 +1300
commit418742122146a8c415150bec10d9b5674e819552 (patch)
treeb7877fadd61abcae65c26916b0d1c9842b14b068 /android/AndroidManifest.xml
parent25fc8284581e3284cd3601464746c7cd8e5212af (diff)
downloadsubsurface-418742122146a8c415150bec10d9b5674e819552.tar.gz
Change the name of the Android app
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r--android/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index 4d0105ff0..6721c3a0b 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"
+ package="org.subsurface-divelog"
android:installLocation="auto"
android:versionCode="1"
android:versionName="1.0" >