lint-results.xml 1.1 KB

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <issues format="4" by="lint 3.2.1">
  3. <issue
  4. id="GradleDependency"
  5. severity="Warning"
  6. message="A newer version of com.android.support.constraint:constraint-layout than 1.1.2 is available: 1.1.3"
  7. category="Correctness"
  8. priority="4"
  9. summary="Obsolete Gradle Dependency"
  10. explanation="This detector looks for usages of libraries where the version you are using is not the current stable release. Using older versions is fine, and there are cases where you deliberately want to stick with an older version. However, you may simply not be aware that a more recent version is available, and that is what this lint check helps find."
  11. errorLine1=" implementation &apos;com.android.support.constraint:constraint-layout:1.1.2&apos;"
  12. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
  13. quickfix="studio">
  14. <location
  15. file="D:\Sybotan\libs\sybotan-android\sybotan-android-devices\build.gradle"
  16. line="87"
  17. column="5"/>
  18. </issue>
  19. </issues>