Switch to a different DroidBench download URL

This URL skips over a redirect that the previous URL went through.
This URL also avoids an annoying "Invalid cookie header" warning that
the previous URL produced.
This commit is contained in:
Ben Liblit 2018-03-06 12:46:30 -06:00
parent e4f9fedf38
commit 7f8de6d611
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ sourceSets.test {
}
task downloadDroidBench(type: VerifiedDownload) {
src 'https://github.com/secure-software-engineering/DroidBench/archive/DroidBench_2.0.zip'
src 'https://codeload.github.com/secure-software-engineering/DroidBench/zip/DroidBench_2.0'
dest "$temporaryDir/DroidBench_2.0.zip"
checksum '16726a48329835140e14f18470a1b4a3'
}