Tony Robalik
Tony Robalik
In AGP 7, if you execute (e.g.) ``` ./gradlew lib:assembleDebugAndroidTest ``` on an Android library project that doesn't have any resources (no `androidTest/res` directory), and then attempt to compare that...
Are you open to PRs? if so, I am willing to work on this. Issue: I often test on emulators, which have limited sharing options. Right now, to share info...
This PR also sets the minimum version of Gradle required to use this plugin to 7.5. Intended to resolve https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin/issues/306. WIP until the remaining issues are also covered.
https://github.com/gradle/gradle/milestone/212?closed=1
Currently the plugin lets users declare that "I don't care about used transitive dependencies, don't bother me about them." I wrote the code a while ago, but it is my...
**Is your feature request related to a problem? Please describe.** When users set the severity to `'ignore'` for `onUsedTransitiveDependencies`, that is a very "dumb", coarse-grained filter. It doesn't take into...
A user has reported that the dependency `androidx.databinding:databinding-common` is reported as unused. This dependency is automatically added (I assume) when `dataBinding.isEnabled = true` is set. I need to learn which...
The `functionalTest` suite has a number of Android specs that assume a dev environment suitable for them to run in. For any current or former Android developer, this is trivial,...
https://github.com/mshick/add-pr-comment#proxy-for-fork-based-prs See for example the build failures associated with this PR https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin/pull/336