Finish updating target to android-21
This commit is contained in:
parent
5edbff4f39
commit
ddfc5d9334
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user