diff options
author | Michael Keppler <bananeweizen@gmx.de> | 2013-12-22 23:01:20 +0100 |
---|---|---|
committer | Michael Keppler <bananeweizen@gmx.de> | 2013-12-22 23:01:20 +0100 |
commit | c9cf33103956eaa372ffc8566e4f3c9c9e28652a (patch) | |
tree | 2bd8b3275815976a7a41b2e2977565f55e0e802c /cgeo-calendar | |
parent | d017aa9a3b7fc53f4801096d8ba87021f4e7e056 (diff) | |
download | cgeo-c9cf33103956eaa372ffc8566e4f3c9c9e28652a.zip cgeo-c9cf33103956eaa372ffc8566e4f3c9c9e28652a.tar.gz cgeo-c9cf33103956eaa372ffc8566e4f3c9c9e28652a.tar.bz2 |
build: have calendar build with same API as main app
* removes the need to have API 4 installed
Diffstat (limited to 'cgeo-calendar')
-rw-r--r-- | cgeo-calendar/project.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgeo-calendar/project.properties b/cgeo-calendar/project.properties index 54e1b7d..705eae9 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=Google Inc.:Google APIs:4 +target=Google Inc.:Google APIs:8 |