MultiStateView
MultiStateView copied to clipboard
Could not find com.github.Kennyc1012:MultiStateView:2.2.0.
I am use IDE Android Studio Arctic Fox and add library but not find like this, can you solved this?
Have you added this line inside your root build.gradle
:
repositories {
maven { url 'https://jitpack.io' }
}