mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
Current build-tools is 19.1.0, not 19.1
This commit is contained in:
parent
1ca4bda4ef
commit
1fcf81b1f4
2 changed files with 3 additions and 3 deletions
|
|
@ -42,7 +42,7 @@ def get_default_config():
|
||||||
return {
|
return {
|
||||||
'sdk_path': os.getenv("ANDROID_HOME"),
|
'sdk_path': os.getenv("ANDROID_HOME"),
|
||||||
'ndk_path': os.getenv("ANDROID_NDK"),
|
'ndk_path': os.getenv("ANDROID_NDK"),
|
||||||
'build_tools': "19.1",
|
'build_tools': "19.1.0",
|
||||||
'ant': "ant",
|
'ant': "ant",
|
||||||
'mvn3': "mvn",
|
'mvn3': "mvn",
|
||||||
'gradle': 'gradle',
|
'gradle': 'gradle',
|
||||||
|
|
|
||||||
|
|
@ -25,8 +25,8 @@ copy_apks_into_repo() {
|
||||||
|
|
||||||
create_fake_android_home() {
|
create_fake_android_home() {
|
||||||
mkdir $1/build-tools
|
mkdir $1/build-tools
|
||||||
mkdir $1/build-tools/19.1
|
mkdir $1/build-tools/19.1.0
|
||||||
touch $1/build-tools/19.1/aapt
|
touch $1/build-tools/19.1.0/aapt
|
||||||
}
|
}
|
||||||
|
|
||||||
create_test_dir() {
|
create_test_dir() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue