ParkSangGwon / TedBottomPicker

TedBottomPicker is simple image picker using bottom sheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could not resolve all files for configuration ':app:debugRuntimeClasspath'.

Yunhyeonjin4777 opened this issue · comments

Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':app:debugRuntimeClasspath'.

빈 안드로이드 프로젝트 dependencies에

implementation 'gun0912.ted:tedbottompicker:2.0.1' 만 추가했을 뿐인데 위와 같은 에러가 뜹니다. 어떤 에러인지 아시는 분 있을까요.

현재 안드로이드 SDK는 33이고, 32,31 낮춰서 시도를 해봤지만 동일한 에러가 뜹니다
그리고 tedbottompicker:2.0.1 버전도 2.0.0, 1.0,1, 1,0,0 다 시도를 해봤지만 같은 에러가 뜹니다..

implementation 'io.github.ParkSangGwon:tedbottompicker:2.0.1'
이렇게 해보시겠어요?