Skip to content

Commit

Permalink
1.4 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
eskerda committed Sep 30, 2011
1 parent a2bf1a0 commit ffdd010
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions AndroidManifest.xml
Expand Up @@ -19,8 +19,7 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.homelinux.penecoptero.android.citybikes.app"
android:versionCode="6"
android:versionName="1.2.2 Locator">
android:versionName="1.4 Bookmarks" android:versionCode="7">
<application android:icon="@drawable/icon" android:label="@string/app_name" android:theme="@android:style/Theme.NoTitleBar">
<uses-library android:name="com.google.android.maps" />
<activity android:name=".MainActivity" android:label="@string/app_name" android:theme="@android:style/Theme.NoTitleBar">
Expand Down
2 changes: 1 addition & 1 deletion res/layout/main.xml
Expand Up @@ -21,7 +21,7 @@
xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/mapview"
android:layout_width="fill_parent" android:layout_height="fill_parent"
android:padding="0px" android:clickable="true"
android:apiKey="0EDEERLcU75SuvjCO-47jKI-q0o4pEpEsrg69vQ">
android:apiKey="0M6iRHXUjmWCRx5NQg_5tZH7ZtZkI1kaO-ZQZtA">
</com.google.android.maps.MapView>
<!-- release android:apiKey="0M6iRHXUjmWCRx5NQg_5tZH7ZtZkI1kaO-ZQZtA "> -->
<!-- testing android:apiKey="0M6iRHXUjmWBHgd0HYv7WNqm70Wq1XPVLhH275A "> -->
Expand Down

0 comments on commit ffdd010

Please sign in to comment.