chiark / gitweb /
Fix create_fake_android_home with the new build-tools
[fdroidserver.git] / tests / run-tests
index 08f59585475dec05b31e2386001e916e8e4a622a..5579fda24cd3de712765d393c41e291d7a1c6b99 100755 (executable)
@@ -25,8 +25,8 @@ copy_apks_into_repo() {
 
 create_fake_android_home() {
     mkdir $1/build-tools
-    mkdir $1/build-tools/19.0.1
-    touch $1/build-tools/19.0.1/aapt
+    mkdir $1/build-tools/19.1
+    touch $1/build-tools/19.1/aapt
 }
 
 create_test_dir() {