From 16b2cfd7ee03e9a4c6b6a04c2c07c2505c045bc9 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Wed, 29 May 2013 00:11:19 +0300 Subject: [PATCH] Fix AndroidManifest * Update the minSdkVersion to 14 * Add displayEventActivity to the component list --- AndroidManifest.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index dfb1e92..9a8ab72 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -4,7 +4,7 @@ android:versionName="1.0" > @@ -25,7 +25,8 @@ - + + \ No newline at end of file -- 2.30.2