All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.1.1 - 2022-06-06
- Fixed provider nullable issue
1.1.0 - 2022-06-06
- Support the namespace attribute from
android
extension to set the Configuration package name.
1.0.7 - 2022-05-13
- Set a JVM language version
1.0.5 - 2022-05-06
- Bump dependencies (Kotlin, Gradle, JUnit)
- Support Gradle configuration cache
- Support Gradle build cache
- Read package name from the manifest instead of build config task
- Weekly test with the latest Android Gradle Plugin version
- Workflow to manually test an Android Gradle Plugin version
1.0.3 - 2021-02-26
- Continuous integration workflow
- Release instructions
- Make TaskConfiguration an interface
- Settings class was renamed Configuration
- Fix outdated tests
1.0.2 - 2021-02-17
- Settings class was written inside the wrong directory
1.0.0 - 2021-02-12
- Initial release