android-easy-checkout icon indicating copy to clipboard operation
android-easy-checkout copied to clipboard

In-App Billing for Android apps. It also supports RxJava. 100% Test coverage

Results 1 android-easy-checkout issues
Sort by recently updated
recently updated
newest added

[Parallel test execution maxParallelForks](https://docs.gradle.org/current/userguide/performance.html#parallel_test_execution). Gradle can run multiple test cases in parallel by setting `maxParallelForks`. [Disable report generation](https://docs.gradle.org/current/userguide/performance.html#report_generation). We can conditionally disable it by setting `reports.html.required = false; reports.junitXml.required =...