This repository has been archived by the owner on Nov 10, 2023. It is now read-only.
v2016.02.01.01
sdwilsh
released this
01 Feb 23:24
·
16923 commits
to main
since this release
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.