~karni/ubuntuone-android-music/fix-music-stutter

« back to all changes in this revision

Viewing changes to AndroidManifest.xml

  • Committer: Michał Karnicki
  • Date: 2011-11-07 22:23:38 UTC
  • Revision ID: mkarnicki@gmail.com-20111107222338-dz9vh5k3fafnm4v3
Updated versionCode to 17, left versionCode 16 in case we have time to update Android 1.5 with the host patch. Version code is imporant when publishing multiple apks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
          xmlns:android="http://schemas.android.com/apk/res/android"
4
4
          package="net.sourceforge.subsonic.u1m"
5
5
          a:installLocation="preferExternal"
6
 
          a:versionCode="16"
 
6
          a:versionCode="17"
7
7
          a:versionName="1.6">
8
8
 
9
9
    <uses-permission a:name="android.permission.INTERNET"/>