Finish updating target to android-21

This commit is contained in:
Miłosz Sieradzki 2015-02-01 13:05:40 +01:00
parent 5edbff4f39
commit ddfc5d9334
2 changed files with 2 additions and 2 deletions

View File

@ -11,5 +11,5 @@
proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
target=android-20
target=android-21
android.library.reference.1=external/netcipher/libnetcipher

View File

@ -1,7 +1,7 @@
@ECHO OFF
SETLOCAL enabledelayedexpansion
SET "target=android-20"
SET "target=android-21"
REM Update ant setup in project and all sub-projects
SET "pattern=project.properties"