mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +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
|
@ -25,8 +25,8 @@ copy_apks_into_repo() {
|
|||
|
||||
create_fake_android_home() {
|
||||
mkdir $1/build-tools
|
||||
mkdir $1/build-tools/19.1.0
|
||||
touch $1/build-tools/19.1.0/aapt
|
||||
mkdir $1/build-tools/20.0.0
|
||||
touch $1/build-tools/20.0.0/aapt
|
||||
}
|
||||
|
||||
create_test_dir() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue