I get this error when try to put the dependency into build.gradle:
Failed to resolve: agency.tango.android:material-intro-screen:0.0.5
... this is my line of implementation in build.gradle:
implementation 'agency.tango.android:material-intro-screen:0.0.5'
what is wrong?