Skip to content

Commit

Permalink
Fixed warnings in AndroidManifest.xml. New version number for Google …
Browse files Browse the repository at this point in the history
…Play upload. New binary.
  • Loading branch information
Donnerbart committed Oct 29, 2013
1 parent 49ef8d7 commit 31c8492
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Binary file modified meteroid/meteroid-meteroid.apk
Binary file not shown.
12 changes: 6 additions & 6 deletions meteroid/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.chaosdorf.meteroid"
android:versionCode="2"
android:versionName="1.1">
android:versionCode="3"
android:versionName="1.2">

<uses-sdk
android:minSdkVersion="9"
Expand All @@ -28,19 +28,19 @@

<activity
android:name=".SetHostname"
android:label="@string/set_hostname_label"></activity>
android:label="@string/set_hostname_label" />

<activity
android:name=".PickUsername"
android:label="@string/pick_username_label"></activity>
android:label="@string/pick_username_label" />

<activity
android:name=".BuyDrink"
android:label="@string/app_name"></activity>
android:label="@string/app_name" />

<activity
android:name=".AddUserActivity"
android:label="@string/app_name"></activity>
android:label="@string/app_name" />

</application>

Expand Down

0 comments on commit 31c8492

Please sign in to comment.