Releases: google/prefab
Releases · google/prefab
Prefab v2.1.0
Prefab v2.0.0
- Package schema v2. Android's
abi.json
now defines whether a library is static or shared rather than the directory contents. - #146: Generation now possible even if the libraries are not yet present on disk. They are expected to be built and installed to the correct location before the build system needs them.
Prefab v1.1.3
Prefab v1.1.2
Prefab v1.1.1
- #114: Fix handling of packages with unexpected files.
Prefab v1.1.0
- #103: Improve error message when duplicate library is the result of implicit API level adjustment.
- #105: Fix case sensitivity issues in package names when using CMake.
- #106:
module.json
is now optional. - #108: Modules for which there is no library matching the user's requirements will be skipped rather than causing an error. The error was preventing the use of packages that contained some modules that were not designed for all configurations.
Prefab v1.0.0
- Initial release.