diff --git a/fdroidserver/common.py b/fdroidserver/common.py index a64d29a4..83cf4238 100644 --- a/fdroidserver/common.py +++ b/fdroidserver/common.py @@ -57,7 +57,7 @@ def read_config(opts, config_file='config.py'): defconfig = { 'sdk_path': "$ANDROID_HOME", 'ndk_path': "$ANDROID_NDK", - 'build_tools': "19.0.2", + 'build_tools': "19.0.3", 'ant': "ant", 'mvn3': "mvn", 'gradle': 'gradle',