Bump default build-tools version

This commit is contained in:
Daniel Martí 2014-03-09 23:11:10 +01:00
parent 426d85d0b8
commit 524404db61

View file

@ -57,7 +57,7 @@ def read_config(opts, config_file='config.py'):
defconfig = { defconfig = {
'sdk_path': "$ANDROID_HOME", 'sdk_path': "$ANDROID_HOME",
'ndk_path': "$ANDROID_NDK", 'ndk_path': "$ANDROID_NDK",
'build_tools': "19.0.2", 'build_tools': "19.0.3",
'ant': "ant", 'ant': "ant",
'mvn3': "mvn", 'mvn3': "mvn",
'gradle': 'gradle', 'gradle': 'gradle',