Could not find com.github.GrenderG:Toasty:1.5.0.
Open
- Dominant language
- Java
- Stars
- 6.6k
- Forks
- 803
- PR merge metrics
- No merged PRs in 30d
Description
project gradle:
```
allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
}
```
added in build:
```
implementation 'com.github.GrenderG:Toasty:1.5.0'
```
i've got:
```
Could not find com.github.GrenderG:Toasty:1.5.0.
Required by:
project :app
Search in build.gradle files
```
my Studio is Arctic Fox 2020.3.1
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.