diff options
author | Jouni Malinen <jouni@codeaurora.org> | 2018-02-22 10:22:12 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2018-02-22 12:04:40 (GMT) |
commit | 0b851ec75228a7b2919c853ef89bdb67c6d4a2e3 (patch) | |
tree | 82c1fc780374d75b27ed41376587f938c53462ea /wpadebug | |
parent | adc5e37a02835e025d8af6cd3559ac419d99668f (diff) | |
download | hostap-0b851ec75228a7b2919c853ef89bdb67c6d4a2e3.zip hostap-0b851ec75228a7b2919c853ef89bdb67c6d4a2e3.tar.gz hostap-0b851ec75228a7b2919c853ef89bdb67c6d4a2e3.tar.bz2 |
wpadebug: Update default project target to android-22
This matches the current zxing target level and as such, is more likely
to be installed on devices that build wpadebug.
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
Diffstat (limited to 'wpadebug')
-rw-r--r-- | wpadebug/project.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wpadebug/project.properties b/wpadebug/project.properties index 7c6ac05..36cc0ce 100644 --- a/wpadebug/project.properties +++ b/wpadebug/project.properties @@ -1,2 +1,2 @@ # Project target. -target=android-17 +target=android-22 |