diff options
author | Bananeweizen <bananeweizen@gmx.de> | 2015-06-20 10:35:45 +0200 |
---|---|---|
committer | Bananeweizen <bananeweizen@gmx.de> | 2015-06-20 10:35:45 +0200 |
commit | 65f69bb0bfebf022340f080c666d821525d5dd04 (patch) | |
tree | 16f6bebc0c25634c040d0ee37e9184b3a92c0db0 /undobar | |
parent | 54961de3a12a5546970a21a4f6db8301a9a7fa9d (diff) | |
download | cgeo-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.properties | 2 |
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 |