From 90494e24312eb697db8f0a38abeabde3f3dc1f92 Mon Sep 17 00:00:00 2001 From: Xavier Ducrohet Date: Thu, 15 Mar 2012 12:38:33 -0700 Subject: Fix minSdkVersion on gridlayout test app. Change-Id: I9a70eaf876c14ee1808ea3fa3961cbf6aa830965 --- testapps/gridlayoutTest/app/AndroidManifest.xml | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/testapps/gridlayoutTest/app/AndroidManifest.xml b/testapps/gridlayoutTest/app/AndroidManifest.xml index 9c95ca2..f85d20f 100644 --- a/testapps/gridlayoutTest/app/AndroidManifest.xml +++ b/testapps/gridlayoutTest/app/AndroidManifest.xml @@ -1,15 +1,23 @@ - - + package="com.android.test.gridlayout" + android:versionCode="1" + android:versionName="1.0" > + + + + + + - + + \ No newline at end of file -- cgit v1.1