ParkSangGwon / TedBottomPicker

TedBottomPicker is simple image picker using bottom sheet
1.11k stars 185 forks source link

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

Open Yunhyeonjin4777 opened 1 year ago

Yunhyeonjin4777 commented 1 year ago

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 다 시도를 해봤지만 같은 에러가 뜹니다..

eeore commented 1 year ago

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