UNPKG

react-native-midtrans-payment-gateway

Version:

Midtrans payment gateway forked from 'https://github.com/aldente05/react-native-payment-gateway'

37 lines (33 loc) 2.08 kB
<?xml version="1.0" encoding="UTF-8"?> <issues format="5" by="lint 3.3.1"> <issue id="GradleDependency" severity="Warning" message="A newer version of com.android.tools.build:gradle than 3.3.1 is available: 3.4.1" 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=" classpath &apos;com.android.tools.build:gradle:3.3.1&apos;" errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> <location file="D:\Ignite\FORK_LIB\react-native-payment-gateway\android\build.gradle" line="8" column="9"/> </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=" api &apos;com.facebook.react:react-native:+&apos;" errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> <location file="D:\Ignite\FORK_LIB\react-native-payment-gateway\android\build.gradle" line="53" column="5"/> </issue> </issues>