diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2014-03-04 20:05:09 +0100 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2014-03-04 20:05:09 +0100 |
| commit | 2c7402bbc2da513eb16ea38dfda7edd7ee2f7996 (patch) | |
| tree | 9d7510a8e6f153355e590961ee8f651b7aa875a4 | |
| parent | a205783a5bf103a01a937da1eeb8a4035805ad7c (diff) | |
| download | cgeo-2c7402bbc2da513eb16ea38dfda7edd7ee2f7996.zip cgeo-2c7402bbc2da513eb16ea38dfda7edd7ee2f7996.tar.gz cgeo-2c7402bbc2da513eb16ea38dfda7edd7ee2f7996.tar.bz2 | |
build using target level 19
If your local builds fail after pulling this change, please install the
current Android target level 19 and the Google target level 19.
| -rw-r--r-- | cgeo-calendar/project.properties | 2 | ||||
| -rw-r--r-- | cgeo-contacts/project.properties | 2 | ||||
| -rw-r--r-- | tests/project.properties | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/cgeo-calendar/project.properties b/cgeo-calendar/project.properties index bdd4f48..5330a89 100644 --- a/cgeo-calendar/project.properties +++ b/cgeo-calendar/project.properties @@ -11,4 +11,4 @@ proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt # Project target. -target=android-18 +target=android-19 diff --git a/cgeo-contacts/project.properties b/cgeo-contacts/project.properties index 705eae9..5330a89 100644 --- a/cgeo-contacts/project.properties +++ b/cgeo-contacts/project.properties @@ -11,4 +11,4 @@ proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt # Project target. -target=Google Inc.:Google APIs:8 +target=android-19 diff --git a/tests/project.properties b/tests/project.properties index b00386b..56eb572 100644 --- a/tests/project.properties +++ b/tests/project.properties @@ -8,4 +8,4 @@ # project structure. # Project target. -target=Google Inc.:Google APIs:8 +target=Google Inc.:Google APIs:19 |
