diff options
author | Android (Google) Code Review <android-gerrit@google.com> | 2009-08-13 18:20:29 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2009-08-13 18:20:29 -0700 |
commit | f50d85a7ed07ad480fb2f1df5be308f4667c0489 (patch) | |
tree | ad7ebac89634aa6f183866d08a44281cf2bff79e | |
parent | 35451fdd1f27a2cad8337a53f699be75eef9c735 (diff) | |
parent | dff961f3f1191b848152b54b8f07c45987652afc (diff) | |
download | sdk-f50d85a7ed07ad480fb2f1df5be308f4667c0489.zip sdk-f50d85a7ed07ad480fb2f1df5be308f4667c0489.tar.gz sdk-f50d85a7ed07ad480fb2f1df5be308f4667c0489.tar.bz2 |
Merge change 21220 into donut
* changes:
Update the version of the tools/docs/platforms
-rw-r--r-- | scripts/doc_source.properties | 5 | ||||
-rw-r--r-- | scripts/platform_source.properties | 7 | ||||
-rw-r--r-- | scripts/tools_source.properties | 2 |
3 files changed, 6 insertions, 8 deletions
diff --git a/scripts/doc_source.properties b/scripts/doc_source.properties index f4cb994..9382836 100644 --- a/scripts/doc_source.properties +++ b/scripts/doc_source.properties @@ -1,5 +1,4 @@ Pkg.UserSrc=false -Platform.Version=Donut +Platform.Version=1.6 Pkg.Revision=1 -AndroidVersion.CodeName=Donut -AndroidVersion.ApiLevel=3 +AndroidVersion.ApiLevel=4 diff --git a/scripts/platform_source.properties b/scripts/platform_source.properties index 82de162..49dc3ae 100644 --- a/scripts/platform_source.properties +++ b/scripts/platform_source.properties @@ -1,6 +1,5 @@ -Pkg.Desc=Android SDK Platform Donut_r1 +Pkg.Desc=Android SDK Platform 1.6_r1 Pkg.UserSrc=false -Platform.Version=Donut +Platform.Version=1.6 Pkg.Revision=1 -AndroidVersion.CodeName=Donut -AndroidVersion.ApiLevel=3 +AndroidVersion.ApiLevel=4 diff --git a/scripts/tools_source.properties b/scripts/tools_source.properties index ba79b6c..9528e79 100644 --- a/scripts/tools_source.properties +++ b/scripts/tools_source.properties @@ -1,2 +1,2 @@ Pkg.UserSrc=false -Pkg.Revision=1 +Pkg.Revision=2 |