Could not find com.heinrichreimersoftware:material-intro:x.y.z.
rafaelmadakis opened this issue · 1 comments
rafaelmadakis commented
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
rafaelmadakis commented
my error in choose version