Releases: b7woreo/initializer
Releases · b7woreo/initializer
1.3.1
- Change plugin depend on AGP to compileOnly
1.3.0
- Auto add runtime dependency in apply plugin project
- Add delayed task support
1.2.0
- Broken change: Task.call(Context) replace by Task.run(Context)
1.1.1
- Fix can not found island cyclic dependencies
- Fix plugin can not discover task not direct extend Task class
- Add debug param in Initializer.init method
- Other tiny change
1.1.0
- Add task running log message
- Add plugin log message
- Check task class validity in compile time