Skip to content

V0.19.1

Compare
Choose a tag to compare
@kageiit kageiit released this 18 Mar 00:39
· 635 commits to master since this release

Enhancements

  • Added support to create additional dependency caches. These can be used to fetch and cache dependencies that can be used for tooling purposes etc. during buck (#411)
  • Changed default linear alloc hard limit to 16mb. The previous default was 7mb and only makes sense to support api levels below 16. This can still be overridden as usual. (910c27e)