diff --git a/CHANGELOG.md b/CHANGELOG.md index 44a2bd607..587d07cd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,8 @@ See for more information about XPrivacy 3 [this FAQ](https://github.com/M66B/XPr **Next release** * Fixed all problems reported through the debug info +* Updated Android support library +* Using Android SDK CardView library * Updated Norwegian translation [Open issues](https://github.com/M66B/XPrivacy/issues?state=open) diff --git a/libs/android-support-v13.jar b/libs/android-support-v13.jar index e2ea95ab8..6f869b877 100644 Binary files a/libs/android-support-v13.jar and b/libs/android-support-v13.jar differ diff --git a/project.properties b/project.properties index 15557179a..ae3602078 100644 --- a/project.properties +++ b/project.properties @@ -13,4 +13,4 @@ proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project. # Project target. target=android-21 android.library=false -android.library.reference.1=../CardView +android.library.reference.1=../../sdk/extras/android/support/v7/cardview