janheinrichmerker / material-intro

A simple material design app intro with cool animations and a fluent API.

Home Page:https://jitpack.io/#com.heinrichreimer/material-intro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

rafaelmadakis opened this issue · comments

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

my error in choose version