/[projects]/android/TrainInfo/AndroidManifest.xml
ViewVC logotype

Diff of /android/TrainInfo/AndroidManifest.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 390 by torben, Fri Oct 2 12:52:08 2009 UTC revision 391 by torben, Sat Oct 3 10:55:43 2009 UTC
# Line 1  Line 1 
1  <?xml version="1.0" encoding="utf-8"?>  <?xml version="1.0" encoding="utf-8"?>
2  <manifest xmlns:android="http://schemas.android.com/apk/res/android"  <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3        package="dk.thoerup.traininfo"        package="dk.thoerup.traininfo"
4        android:versionCode="6"        android:versionCode="7"
5        android:versionName="0.3">        android:versionName="0.3.1">
6                
7      <application android:icon="@drawable/train" android:label="@string/app_name">      <application android:icon="@drawable/train" android:label="@string/app_name">
8          <activity android:name="StationList" android:label="@string/app_name">          <activity android:name="StationList" android:label="@string/app_name">

Legend:
Removed from v.390  
changed lines
  Added in v.391

  ViewVC Help
Powered by ViewVC 1.1.20