From 1fcf81b1f4db1efc74460d1c05cec380325ffa16 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Mart=C3=AD?= Date: Mon, 16 Jun 2014 23:12:47 +0200 Subject: [PATCH] Current build-tools is 19.1.0, not 19.1 --- fdroidserver/common.py | 2 +- tests/run-tests | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fdroidserver/common.py b/fdroidserver/common.py index e9ca6dc2..92e559e1 100644 --- a/fdroidserver/common.py +++ b/fdroidserver/common.py @@ -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", + 'build_tools': "19.1.0", 'ant': "ant", 'mvn3': "mvn", 'gradle': 'gradle', diff --git a/tests/run-tests b/tests/run-tests index 5579fda2..4b73117e 100755 --- a/tests/run-tests +++ b/tests/run-tests @@ -25,8 +25,8 @@ copy_apks_into_repo() { create_fake_android_home() { mkdir $1/build-tools - mkdir $1/build-tools/19.1 - touch $1/build-tools/19.1/aapt + mkdir $1/build-tools/19.1.0 + touch $1/build-tools/19.1.0/aapt } create_test_dir() { -- 2.30.2