Skip to content

Latest commit

 

History

History
50 lines (23 loc) · 2.45 KB

CHANGELOG.md

File metadata and controls

50 lines (23 loc) · 2.45 KB

1.0.0-dev.7 (2024-11-26)

Features

  • Add ability to globally configure extension projects (9f18768)
  • Allow creating extensions in packages (c0ef614)
  • Bump source and target compatibility to Java 17 (0f42166)

Performance Improvements

  • Use task to build required DEX only instead of entire APK (16ee9e0)

1.0.0-dev.6 (2024-10-01)

1.0.0-dev.5 (2024-09-08)

Bug Fixes

  • Create a dummy publishing repository to fix publications & signing (397b7b3)

1.0.0-dev.4 (2024-08-08)

Bug Fixes

  • Create working directory before trying to use it (715fb96)

1.0.0-dev.3 (2024-08-08)

Bug Fixes

  • Build DEX from patches file by using internal APIs instead of CLIs (2597efe)

1.0.0-dev.2 (2024-08-06)

Bug Fixes

  • Do not raise an exception when environment variables are not set for repository credentials (ea6bfe0)

1.0.0-dev.1 (2024-07-22)

Features