Releases: kageiit/gradle-robojava-plugin
Releases · kageiit/gradle-robojava-plugin
V1.2.2
- Remove android project main/flavor sources from stub project.
V1.2.1
Minor bug fixes
- Properly handling camel cased product flavor names.
- Copy over test assets to make them available during tests.
V1.2.0
- Fix main sources not being found in tests.
- Make apt work with test sources.
- Copy test resources from main project.
V1.1.5
Fixes RobojavaConfig path issue on windows.
v1.1.4
- Add config generation before compile tasks.
v1.1.3
- Use correct path for generated RobojavaConfig.
v1.1.0
- Add support for product flavors.
- Create Custom test runner config via codegen.
- Remove dependency on robolectric gradle plugin.
- Cleanup documentation and update example project.