From 2ccb67851d151a59b5f579168cd41f98386839d1 Mon Sep 17 00:00:00 2001 From: Brian Pellin Date: Wed, 2 Dec 2009 19:55:15 -0600 Subject: [PATCH] Update library versions. --- .classpath | 2 +- default.properties | 12 ++---------- libs/.gitignore | 1 + tests/default.properties | 14 +++----------- 4 files changed, 7 insertions(+), 22 deletions(-) diff --git a/.classpath b/.classpath index eddb47aed..6efcbb739 100644 --- a/.classpath +++ b/.classpath @@ -1,7 +1,7 @@ + - diff --git a/default.properties b/default.properties index b29f3af57..08ad68f11 100644 --- a/default.properties +++ b/default.properties @@ -7,16 +7,8 @@ # "build.properties", and override values to adapt the script to your # project structure. +# Indicates whether an apk should be generated for each density. +split.density=false # Project target. target=android-4 -# apk configurations. This property allows creation of APK files with limited -# resources. For example, if your application contains many locales and -# you wish to release multiple smaller apks instead of a large one, you can -# define configuration to create apks with limited language sets. -# Format is a comma separated list of configuration names. For each -# configuration, a property will declare the resource configurations to -# include. Example: -# apk-configurations=european,northamerica -# apk-config-european=en,fr,it,de,es -# apk-config-northamerica=en,es apk-configurations= diff --git a/libs/.gitignore b/libs/.gitignore index edfcb72f1..43fc896b3 100644 --- a/libs/.gitignore +++ b/libs/.gitignore @@ -1 +1,2 @@ [^.] +armeabi diff --git a/tests/default.properties b/tests/default.properties index 0a007ab5e..08ad68f11 100644 --- a/tests/default.properties +++ b/tests/default.properties @@ -7,16 +7,8 @@ # "build.properties", and override values to adapt the script to your # project structure. +# Indicates whether an apk should be generated for each density. +split.density=false # Project target. -target=android-3 -# apk configurations. This property allows creation of APK files with limited -# resources. For example, if your application contains many locales and -# you wish to release multiple smaller apks instead of a large one, you can -# define configuration to create apks with limited language sets. -# Format is a comma separated list of configuration names. For each -# configuration, a property will declare the resource configurations to -# include. Example: -# apk-configurations=european,northamerica -# apk-config-european=en,fr,it,de,es -# apk-config-northamerica=en,es +target=android-4 apk-configurations=