material-components-android icon indicating copy to clipboard operation
material-components-android copied to clipboard

[Gradle] Fix Gradle warnings

Open pubiqq opened this issue 3 years ago • 0 comments
trafficstars

  • dexOptions is obsolete and using it has no effect (link)
  • android.lintOptions has been renamed to android.lint (link)
  • android.lintOptions.check is obsolete and has been replaced with android.lintOptions.checkOnly (link)
  • setClassifier is deprecated, it's supposed to use getArchiveClassifier instead (link)

pubiqq avatar Aug 08 '22 19:08 pubiqq