upgrade ant tool, as ant < 1.9 cannot handle java 8
This commit is contained in:
parent
a327e9249b
commit
0cdf4fc0bd
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ ANDROID_API = '14'
|
|||
ANDROID_MINAPI = '8'
|
||||
ANDROID_SDK_VERSION = '21'
|
||||
ANDROID_NDK_VERSION = '9c'
|
||||
APACHE_ANT_VERSION = '1.8.4'
|
||||
APACHE_ANT_VERSION = '1.9.4'
|
||||
|
||||
import traceback
|
||||
import os
|
||||
|
|
Loading…
Reference in a new issue