androidPluto / pluto

Android Pluto is a on-device debugging framework for Android applications, which helps intercept Network calls, capture Crashes & ANRs, manipulate application data on-the-go, and much more.
https://androidpluto.com
Apache License 2.0
673 stars 67 forks source link

read timeout on release build #77

Closed Shubhamsdr3 closed 3 years ago

Shubhamsdr3 commented 3 years ago

Describe the bug I am getting read timeout while building the release apk. My concern is, why it's resolving no-op dependency on release build ?

Version

debugImplementation 'com.mocklets:pluto:1.0.2-beta'
releaseImplementation'com.mocklets:pluto-no-op:1.0.2-beta'

Screenshots

Screen Shot 2021-09-16 at 4 27 01 PM
srtvprateek commented 3 years ago

@Shubhamsdr3 since jcenter is shutting down, we have migrated to mavenCentral, please refer to the latest docs

Shubhamsdr3 commented 3 years ago

Thank you @srtvprateek :)