ChuckerTeam/chucker

Could not find com.github.ChuckerTeam.chucker:library:api-export-file-SNAPSHOT

alvarosanchezduran opened this issue ยท 2 comments

โœ๏ธ 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

  1. Add "com.github.ChuckerTeam.chucker:library:api-export-file-SNAPSHOT" to app build.gradle dependencies
  2. Click on Sync
  3. Click on Run

๐Ÿ”ง Expected behavior

The project compiles correctly

๐Ÿ“ท Screenshots

๐Ÿ“ฑ Tech info

  • Device:
  • OS:
  • Chucker version:

๐Ÿ“„ Additional context

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-

@vbuberen This has been working for me until yesterday