UNPKG

lottie-react-native

Version:
39 lines (35 loc) 2.08 kB
<?xml version="1.0" encoding="UTF-8"?> <issues format="4" by="lint 25.2.5"> <issue id="GradleDependency" severity="Warning" message="Old buildToolsVersion 25.0.1; recommended version is 25.0.2 or later" category="Correctness" priority="4" summary="Obsolete Gradle Dependency" 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." errorLine1=" buildToolsVersion &quot;25.0.1&quot;" errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~" quickfix="studio"> <location file="/Users/leland_richardson/code/lottie-react-native/lib/android/build.gradle" line="38" column="3"/> </issue> <issue id="GradleDynamicVersion" severity="Warning" message="Avoid using + in version numbers; can lead to unpredictable and unrepeatable builds (com.facebook.react:react-native:+)" category="Correctness" priority="4" summary="Gradle Dynamic Version" explanation="Using `+` in dependencies lets you automatically pick up the latest available version rather than a specific, named version. However, this is not recommended; your builds are not repeatable; you may have tested with a slightly different version than what the build server used. (Using a dynamic version as the major version number is more problematic than using it in the minor version position.)" errorLine1=" compile &quot;com.facebook.react:react-native:+&quot;" errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" quickfix="studio"> <location file="/Users/leland_richardson/code/lottie-react-native/lib/android/build.gradle" line="31" column="5"/> </issue> </issues>