From 2cd026b34b41d389dfd6eb2340e385847be06538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Wed, 1 Apr 2015 20:34:17 +0200 Subject: [PATCH] Forgot to update the support-v4-preferencefragment paths in ant --- F-Droid/ant-prepare.sh | 4 ++-- F-Droid/project.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/F-Droid/ant-prepare.sh b/F-Droid/ant-prepare.sh index f2abbc5c8..67644b360 100755 --- a/F-Droid/ant-prepare.sh +++ b/F-Droid/ant-prepare.sh @@ -36,8 +36,8 @@ android update lib-project --path $EXTERN/libsuperuser/libsuperuser android update lib-project --path $EXTERN/zxing-core -android update lib-project --path $EXTERN/android-support-v4-preferencefragment -place_support_v4 $EXTERN/android-support-v4-preferencefragment +android update lib-project --path $EXTERN/support-v4-preferencefragment +place_support_v4 $EXTERN/support-v4-preferencefragment android update lib-project --path $EXTERN/Support/v7/appcompat --target android-19 place_support_v4 $EXTERN/Support/v7/appcompat diff --git a/F-Droid/project.properties b/F-Droid/project.properties index 2b2124bd5..cab683d5d 100644 --- a/F-Droid/project.properties +++ b/F-Droid/project.properties @@ -4,7 +4,7 @@ android.library.reference.1=../extern/UniversalImageLoader/library android.library.reference.2=../extern/AndroidPinning android.library.reference.3=../extern/libsuperuser/libsuperuser android.library.reference.4=../extern/zxing-core -android.library.reference.5=../extern/android-support-v4-preferencefragment +android.library.reference.5=../extern/support-v4-preferencefragment android.library.reference.6=../extern/Support/v7/appcompat # For java libraries, place symlinks in ../extern/symlinks-for-ant-and-eclipse/