iPaulPro / aFileChooser

[DEPRECATED] Android library that provides a file explorer to let users select files on external storage.
Apache License 2.0
1.79k stars 850 forks source link

Updated android-support-v4.jar #29

Closed garysheppardjr closed 10 years ago

garysheppardjr commented 10 years ago

What: I updated android-support-v4.jar to be the one in the most recent Android Support Library.

Why: fixes #28. If I use the v7 appcompat library from the Android Support Library together with aFileChooser, the two different android-support-v4.jar files conflict so my project won't compile.

No worries if you don't want to accept this pull request; I can continue using my own fork in that case. But I think it will help others who want to use the support libraries together with aFileChooser. Thanks for your consideration, and thanks for the great library!

garysheppardjr commented 10 years ago

Thank you!