diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2015-01-09 19:54:20 +0100 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2015-01-10 11:27:58 +0100 |
| commit | 7be9fe4c1f784113e0e03177e0efd2a19065c497 (patch) | |
| tree | daccd18cb9f8c4cf6be771132d898f2e1256c0fe /main/project.properties | |
| parent | aa83dcd6ac060c967c83615fce3f64c65c388c98 (diff) | |
| download | cgeo-7be9fe4c1f784113e0e03177e0efd2a19065c497.zip cgeo-7be9fe4c1f784113e0e03177e0efd2a19065c497.tar.gz cgeo-7be9fe4c1f784113e0e03177e0efd2a19065c497.tar.bz2 | |
use level21 for building and as target
* Set targetSdk of main application to 21. This disables compatibility
modes as described in
http://developer.android.com/reference/android/os/Build.VERSION_CODES.html#LOLLIPOP
and
http://developer.android.com/reference/android/os/Build.VERSION_CODES.html#KITKAT_WATCH
* Set compile target to 21 for main app and play services.
* Suppress deprecation warnings, as there is no replacement for the
deprecated API on lower API levels.
Tested with Eclipse and Ant, on a 4.4 and 5.0.2 device. IDEA probably
needs further changes.
Diffstat (limited to 'main/project.properties')
| -rw-r--r-- | main/project.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/project.properties b/main/project.properties index 4dc8ffb..4fed171 100644 --- a/main/project.properties +++ b/main/project.properties @@ -11,7 +11,7 @@ proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt:../play-services-base/proguard.txt:../play-services-location/proguard.txt # Project target. -target=Google Inc.:Google APIs:19 +target=Google Inc.:Google APIs:21 android.library.reference.1=../mapswithme-api android.library.reference.2=../android-support-v7-appcompat android.library.reference.3=../showcaseview |
