Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 1.27 KB

CHANGELOG.MD

File metadata and controls

53 lines (42 loc) · 1.27 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.

[v2.0.0] - 2023-05-22

Changed

  • Debian stretch to buster due to apt mirror missing packages
  • Updated danger to work with current gradle
  • Updated kotlin

Add

  • Exception for root build of /opt/flutter to avoid flutter doctor error

[v1.4.0] - 2023-05-22

Changed

  • Update to Java 17

[v1.3.2] - 2023-04-04

Changed

  • Update flutter version to 3.7.9

[v1.3.1] - 2022-06-09

Changed

  • Update flutter version to 3.0.1

[v1.3.0] - 2022-05-05

Changed

  • Update flutter version to 2.10.0
  • Change flutter archive url

[v1.2.0] - 2021-07-12

Added

  • Add flutter dependencies

[v1.1.0] - 2021-07-12

Added

  • Add labels

[v1.0.2] - 2021-04-14

Added

  • Add java bin folder to the PATH

[v1.0.1] - 2021-04-09

Added

  • Install fontconfig dependency because of easylauncher plugin

[v1.0.0] - 2021-04-07

Changed

  • Replace Java 8 with Java 11 due to new Android Gradle Plugin requirements.
  • Use sdkman to manage java versions

Added

  • Add README/CHANGELOG and introduce proper tagging