Stephen Ruda
Results
2
comments of
Stephen Ruda
I am not sure what happened to the `1.0.5` artifact. [Using JitPack, you can import a specific commit.](https://jitpack.io/#sevar83/indeterminate-checkbox/e116f6d25f) So this did the trick for me... `implementation 'com.github.sevar83:indeterminate-checkbox:e116f6d25f'` This version is...
I ran into the same problem. Not really sure what happened. I am now using `implementation 'com.github.iammert:MaterialIntroView:5e0c6b6'` as that is the commit hash of 1.6.0. I didn't update gradle at...