~cmiller/ubuntuone-android-music/experimental-flipping-ui

« back to all changes in this revision

Viewing changes to AndroidManifest.xml

  • Committer: Chad Miller
  • Date: 2011-07-21 22:03:17 UTC
  • Revision ID: chad.miller@canonical.com-20110721220317-nn1i38p9gh4oksd4
Fix build.xml not to say "files" app (!?) and bump version number.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<manifest xmlns:a="http://schemas.android.com/apk/res/android"
3
3
          package="net.sourceforge.subsonic.u1m"
4
4
          a:installLocation="preferExternal"
5
 
          a:versionCode="12"
6
 
          a:versionName="1.2 +gx">
 
5
          a:versionCode="13"
 
6
          a:versionName="1.3">
7
7
 
8
8
    <uses-permission a:name="android.permission.INTERNET"/>
9
9
    <uses-permission a:name="android.permission.READ_PHONE_STATE"/>