Releases: usefulness/project-starter
Releases · usefulness/project-starter
v0.44.0
v0.43.0
v0.42.0
Changed
- This breaks a lot
- Please consider this plugin obsolete and do not use it
- I simply hate new AGP apis
- I don't care anymore
- AGP 7.1,
com.starter.versioning
has to be applied manually, you can't pick set of build variants for project* tasks 🤷
v0.41.0
Changed
- Update Kotlin plugin to 1.6.10, see release notes
v0.40.1
Fixed
- Fix default Detekt config on
UnnecessaryAbstractClass
rule
v0.40.0
Changed
- Update Android Gradle Plugin to 7.0.4, see release notes
- Update Detekt to version 1.19.0 see release notes
- Set minimum supported Gradle version to 7.3 (It will work with lower Gradle versions, but it won't be tested against it anymore so YMMV)
- Stop pinning checkstyle version.
v0.39.0
Changed
- Update Kotlin plugin to 1.6.0, see release notes
v0.38.0
Changed
- Update Kotlin plugin to 1.5.31, see release notes
- Update
compileSdkVersion
to 31
v0.37.0
Fixed
- Do not control JavaCompile tasks output in Android projects
v0.36.0
Changed
- Update Kotlin plugin to 1.5.30, see release notes
- Set default Java compatibility version to Java 11
- Set minimum supported Gradle version to 7.0
Fixed
- Add naive support for
FAIL_ON_PROJECT_REPOS
option