From 6ead4f6750093beb68711e62fb239836d3da4ba1 Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Mon, 27 Aug 2012 12:36:33 -0400 Subject: [PATCH] Fixed the manifest Signed-off-by: Ricky Barrette --- OSJ Forum/AndroidManifest.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/OSJ Forum/AndroidManifest.xml b/OSJ Forum/AndroidManifest.xml index 284c810..87acb4c 100644 --- a/OSJ Forum/AndroidManifest.xml +++ b/OSJ Forum/AndroidManifest.xml @@ -1,6 +1,6 @@ + android:versionName="1.0" xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto"> + android:name=".TopicListActivity" + android:label="@string/app_name" > @@ -21,11 +21,11 @@ + android:value=".TopicListActivity" />