mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Bump default build-tools version
This commit is contained in:
parent
426d85d0b8
commit
524404db61
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue