indeterminate-checkbox
indeterminate-checkbox copied to clipboard
Could not find com.github.sevar83:indeterminate-checkbox:1.0.5.
Any news about that issue? I cant build our app because of this
same here. please fix this asap
I am not sure what happened to the 1.0.5
artifact.
Using JitPack, you can import a specific commit.
So this did the trick for me...
implementation 'com.github.sevar83:indeterminate-checkbox:e116f6d25f'
This version is a couple commits ahead of version 1.0.5, so you may want to look through the commits and make sure there are no breaking changes for your app. It is working just fine for me.
@stephenruda Thanks, this worked. Now able to get successful build on app center. Thanks @MohammedAlsudani for putting it up here.