According to the readme, it is necessary to add in the project level buil.gradle in all projects: maven {url 'https://jitpack.io'}
and in build.gradle level module: implementation 'com.heinrichreimersoftware: material-intro: xyz', but after synchronizing it does not find IntroActivity for extends and when giving a build -> rebuild project the error message: Could not find com.heinrichreimersoftware: material-intro: xyz
Describe the bug
According to the readme, it is necessary to add in the project level buil.gradle in all projects: maven {url 'https://jitpack.io'}
and in build.gradle level module: implementation 'com.heinrichreimersoftware: material-intro: xyz', but after synchronizing it does not find IntroActivity for extends and when giving a build -> rebuild project the error message: Could not find com.heinrichreimersoftware: material-intro: xyz