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 /play-services-location | |
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 'play-services-location')
-rw-r--r-- | play-services-location/project.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/play-services-location/project.properties b/play-services-location/project.properties index 8a32119..51a7632 100644 --- a/play-services-location/project.properties +++ b/play-services-location/project.properties @@ -11,6 +11,6 @@ proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard.txt # Project target. -target=Google Inc.:Google APIs:19 +target=Google Inc.:Google APIs:21 android.library=true android.library.reference.1=../play-services-base |