lime icon indicating copy to clipboard operation
lime copied to clipboard

Inconsistent tags for Android in project.xml (low priority)

Open pfoof opened this issue 4 years ago • 1 comments

This is a minor issue but is worth noting:

  • <android gradle-version="6.7.1" /> - changes gradle version in build.gradle
  • <config:android gradle-plugin="4.2.0" /> - changes gradle plugin version
  • <android gradle-plugin="4.2.0" /> - does not change gradle plugin version

Another worth noting thing is that config: should have a separate namespace with its own xsd file.

pfoof avatar Dec 06 '21 09:12 pfoof

The <android /> tag is deprecated, though the only note of this is in a comment. Perhaps the solution is to start showing deprecation warnings.

I've seen warnings about the missing schema too, and it'd be nice to fix it, but I have other priorities.

player-03 avatar Dec 08 '21 02:12 player-03