• buck project now removes unused IntelliJ project files when generating a new project
  • A read_config function was added that can be called in build files in order to read a config from the .buckconfig settings. https://buckbuild.com/function/read_config.html
  • Buck will now properly filter all resources for android_resource rules instead of only filtering drawables by DPI. See http://developer.android.com/guide/topics/resources/providing-resources.html for valid resource folders (which are now checked by Buck) and valid DPI qualifiers.
  • x86_64 Android builds are now supported by Buck
  • Fixed a bug that would cause buck to hang if you had a build file that didn't parse.