aboutsummaryrefslogtreecommitdiffstats
path: root/undobar
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2015-06-20 10:35:45 +0200
committerBananeweizen <bananeweizen@gmx.de>2015-06-20 10:35:45 +0200
commit65f69bb0bfebf022340f080c666d821525d5dd04 (patch)
tree16f6bebc0c25634c040d0ee37e9184b3a92c0db0 /undobar
parent54961de3a12a5546970a21a4f6db8301a9a7fa9d (diff)
downloadcgeo-65f69bb0bfebf022340f080c666d821525d5dd04.zip
cgeo-65f69bb0bfebf022340f080c666d821525d5dd04.tar.gz
cgeo-65f69bb0bfebf022340f080c666d821525d5dd04.tar.bz2
all libraries use API 22 for building
Previously we had a mix of 3 different API levels for building, which lead to types being shown 3 times in the IDE. Now all projects (except the appcompat lib) use the same level 22.
Diffstat (limited to 'undobar')
-rw-r--r--undobar/project.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/undobar/project.properties b/undobar/project.properties
index 121ee5c..ac4bc08 100644
--- a/undobar/project.properties
+++ b/undobar/project.properties
@@ -11,6 +11,6 @@
proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard.txt
# Project target.
-target=Google Inc.:Google APIs:21
+target=Google Inc.:Google APIs:22
android.library=true
android.library.reference.1=../nine-old-androids