Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Latest commit

 

History

History
60 lines (50 loc) · 1.84 KB

CHANGELOG.md

File metadata and controls

60 lines (50 loc) · 1.84 KB

Changelog

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

  • Fixed provider nullable issue

1.1.0 - 2022-06-06

Added

  • Support the namespace attribute from android extension to set the Configuration package name.

1.0.7 - 2022-05-13

Fixed

  • Set a JVM language version

1.0.5 - 2022-05-06

Changed

  • Bump dependencies (Kotlin, Gradle, JUnit)

Added

  • Support Gradle configuration cache
  • Support Gradle build cache

Changed

  • Read package name from the manifest instead of build config task

Added

  • Weekly test with the latest Android Gradle Plugin version
  • Workflow to manually test an Android Gradle Plugin version

1.0.3 - 2021-02-26

Added

  • Continuous integration workflow
  • Release instructions

Changed

  • Make TaskConfiguration an interface
  • Settings class was renamed Configuration

Fixed

  • Fix outdated tests

1.0.2 - 2021-02-17

Fixed

  • Settings class was written inside the wrong directory

1.0.0 - 2021-02-12

Added

  • Initial release