Releases: prolificinteractive/pandroid-gradle-plugin
Releases · prolificinteractive/pandroid-gradle-plugin
Release - 0.4.4
Release - 0.4.3
Chore - Support Java and Kotlin test files (#36)
Release - 0.4.2
Fix missing kotlin classes in multi module classes. (#34)
Release - 0.4.1
Fixes bug where sonarqube couldn't find kotlin generated java code.
Release - 0.4
This plugin must be applied to every module in the project.
e.g in module.gradle
, add apply plugin: 'pandroid-keiko'
below the android plugin declarations. This includes eg. com.android.(application|library|feature)
- Adds support for analysis of Java, Kotlin and xml files.
- Sonarqube will now parse Android lint reports for additional issues.
- Sonarqube will now JaCoCo reports for native code coverage reports in SonarQube
- The
keiko
gradle task has been moved to this plugin.
Release - 0.3
CI build tasks now uses Gradle dependencies instead of starting an inner task on a separate build pipeline.
Also fixes the issue with flags not being passed down to the inner task.
Release - 0.2
The bootstrap task generates a version.properties
at the root of the project and will override any existing file.
Release - 0.1.2
Added the following tasks:
:bootstrap
:keiko
Release - 0.1.1
- Outputs build task as its happening instead of waiting for the very end of it.
- Moves mapping folder under a sub-folder using the same name as the APK.
Release - 0.1
Chore - README