Maxi Rosson

Results 34 issues of Maxi Rosson

### Description When executing the task to remove unused resources, some strings on strings.xml file are modified Example 1: Before sample text  After sample text  Example 2: Before After

Add this support to: - BuildSrc classes - Version catalog (`[versions]` tag & versionRef)

enhancement

If the plugin detects that a upgrade branch is present but no PR open, we should fail. Right now the plugin is ignoring those cases, so we could have dependencies...

bug

If we are using a deprecated library, we should warn about that.

enhancement
validateDependencies task

Warn about dependencies that didn't get a release for a long time

enhancement
validateDependencies task

enhancement
listDependenciesToUpgrade task
upgradeDependencies task

Support to define custom metadata for artifacts: releaseNotesUrl, exclude, etc. On approach could be to read comments from the previous lines of each dependency declaration

enhancement
upgradeDependencies task

See if BOM can help with this. For example, for Android projects, the plugin should align Gradle & Android Gradle Plugin versions. We shouldn't offer the upgrade to a new...

enhancement

If we split dependencies and build script dependencies we also can split the repositories and fetch only on the proper ones, avoiding for example searching dependencies on build script repositories....

enhancement
breaking change