mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 07:52:35 +03:00
Update build-tools to 20.0.0
This commit is contained in:
parent
fdb53b75f4
commit
cbdcdd1e78
5 changed files with 6 additions and 6 deletions
|
@ -42,7 +42,7 @@ def get_default_config():
|
|||
return {
|
||||
'sdk_path': os.getenv("ANDROID_HOME"),
|
||||
'ndk_path': os.getenv("ANDROID_NDK"),
|
||||
'build_tools': "19.1.0",
|
||||
'build_tools': "20.0.0",
|
||||
'ant': "ant",
|
||||
'mvn3': "mvn",
|
||||
'gradle': 'gradle',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue