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
655 stars 64 forks source link

Version 2.2.3 of Pluto Library Fails to Resolve #323

Closed YouSsef3Ssam closed 1 week ago

YouSsef3Ssam commented 2 weeks ago

Describe the bug When updating the Pluto library version from 2.2.2 to 2.2.3, the library fails to download, resulting in the following build error: Failed to resolve: com.plutolib:pluto:2.2.3.

To Reproduce Steps to reproduce the behavior:

  1. Update the Pluto library version in your build.gradle.kts or equivalent configuration file from 2.2.2 to 2.2.3.
  2. Attempt to sync or build the project.

Expected behavior The library should be successfully downloaded and integrated into the project without any errors.

Screenshots

Screenshot 2024-09-01 at 5 46 48 PM
srtvprateek commented 1 week ago

there have been some issue with build pipeline for 2.2.3, please continue using 2.2.2, ll update once the new version is live.