From 5c1499c4b1b2b13be1dcc53e9729d23a26de5cda Mon Sep 17 00:00:00 2001 From: Xavier Ducrohet Date: Fri, 5 Jun 2009 16:02:17 -0700 Subject: Change the revision property for the add-ons from "version" to "revision". "version" will still be supported by tools for the moment. But all add-ons must move to "revision" asap. --- sdk_addon/manifest.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sdk_addon') diff --git a/sdk_addon/manifest.ini b/sdk_addon/manifest.ini index fda2a84..3c5b2a5 100644 --- a/sdk_addon/manifest.ini +++ b/sdk_addon/manifest.ini @@ -7,8 +7,8 @@ description=sample add-on # version of the Android platform on which this add-on is built. api=3 -# version of the add-on -version=1 +# revision of the add-on +revision=1 # list of libraries, separated by a semi-colon. libraries=com.example.android.platform_library -- cgit v1.2.3