/android/import-contacts

To get this branch, use:
bzr branch http://bzr.ed.am/android/import-contacts

« back to all changes in this revision

Viewing changes to AndroidManifest.xml

  • Committer: Tim Marston
  • Date: 2014-03-01 17:35:04 UTC
  • Revision ID: tim@ed.am-20140301173504-jh4komxn4u058omh
updated family picture

Show diffs side-by-side

added added

removed removed

3
3
<!--
4
4
 * AndroidMenifest.xml
5
5
 *
6
 
 * Copyright (C) 2009 Tim Marston <edam@waxworlds.org>
 
6
 * Copyright (C) 2009 Tim Marston <tim@ed.am>
7
7
 *
8
8
 * This file is part of the Import Contacts program (hereafter referred
9
 
 * to as "this program"). For more information, see
10
 
 * http://www.waxworlds.org/edam/software/android/import-contacts
 
9
 * to as "this program").  For more information, see
 
10
 * http://ed.am/dev/android/import-contacts
11
11
 *
12
12
 * This program is free software: you can redistribute it and/or modify
13
13
 * it under the terms of the GNU General Public License as published by
25
25
-->
26
26
 
27
27
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
28
 
                package="org.waxworlds.edam.importcontacts"
29
 
                android:versionCode="2"
30
 
                android:versionName="1.1">
 
28
                package="am.ed.importcontacts"
 
29
                android:versionCode="10303"
 
30
                android:versionName="1.3.3">
31
31
 
32
32
        <application android:icon="@drawable/icon"
33
 
                        android:label="@string/app_name"
34
 
                        android:debuggable="true">
 
33
                        android:label="@string/app_name">
35
34
 
36
35
                <activity android:name=".Intro"
37
36
                                android:label="@string/app_name"