Could not find com.github.ChuckerTeam.chucker:library:api-export-file-SNAPSHOT
alvarosanchezduran opened this issue ยท 2 comments
alvarosanchezduran commented
โ๏ธ Describe the bug
I have added the dependency "com.github.ChuckerTeam.chucker:library:api-export-file-SNAPSHOT" in my project and when compiling the application it gives me the following error:
Could not find com.github.ChuckerTeam.chucker:library:api-export-file-SNAPSHOT.
Required by:
project :app
๐ฃ Steps to reproduce
- Add "com.github.ChuckerTeam.chucker:library:api-export-file-SNAPSHOT" to app build.gradle dependencies
- Click on Sync
- Click on Run
๐ง Expected behavior
The project compiles correctly
๐ท Screenshots
๐ฑ Tech info
- Device:
- OS:
- Chucker version:
๐ Additional context
vbuberen commented
We don't release any artifacts with api-export-file
name. If you want to use snapshot builds check out the corresponding README section: https://github.com/ChuckerTeam/chucker#snapshots-
alvarosanchezduran commented
@vbuberen This has been working for me until yesterday