janheinrichmerker / material-intro

A simple material design app intro with cool animations and a fluent API.
https://jitpack.io/#com.heinrichreimer/material-intro
MIT License
1.74k stars 307 forks source link

Could not find com.heinrichreimersoftware:material-intro:x.y.z. #302

Closed rafaelmadakis closed 3 years ago

rafaelmadakis commented 3 years ago

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 3 years ago

my error in choose version