DevAhamed / MultiViewAdapter

Easily create complex recyclerview adapters in android
https://devahamed.github.io/MultiViewAdapter
Apache License 2.0
818 stars 149 forks source link

Fix snapshot buildscript issue #68

Closed DevAhamed closed 5 years ago

DevAhamed commented 5 years ago

groovy-all package which is used by artifactory plugin and jacoco plugin has mismatching versions. Forcing them to use the same version will resolve the issue.

codecov-io commented 5 years ago

Codecov Report

Merging #68 into 2.x will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              2.x      #68   +/-   ##
=======================================
  Coverage   74.88%   74.88%           
=======================================
  Files          20       20           
  Lines        1103     1103           
  Branches      167      167           
=======================================
  Hits          826      826           
  Misses        179      179           
  Partials       98       98

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d74a397...c45617a. Read the comment docs.