linkedin / dexmaker

A utility for doing compile or runtime code generation targeting Android's Dalvik VM
Apache License 2.0
1.86k stars 248 forks source link

[URGENT] Library is not downloadable from maven #194

Closed kaarthicksiyer closed 3 weeks ago

kaarthicksiyer commented 3 weeks ago

It seems the library is not available from maven or jitpack. Please help to check

`Execution failed for task ':app:mergeProdDebugResources'.

Could not resolve all files for configuration ':app:prodDebugRuntimeClasspath'. Could not find com.linkedin.dexmaker:dexmaker-mockito:2.25.0. Searched in the following locations:

drewhannay commented 3 weeks ago

This library didn't publish to maven central before version 2.28.1

Can you try using the latest version instead? 2.28.4

kaarthicksiyer commented 3 weeks ago

@drewhannay that is really weird. I started to encounter issues only after i cleared my android studio cache. Until then I never encountered this issue and we have been using 2.25.0 version since 2020. But your solution worked so thanks a lot