CookieJarApps / SmartCookieWeb

A secure, open source web browser for Android.
Mozilla Public License 2.0
295 stars 39 forks source link

Dependency Not Found Due to JCenter Migration #321

Open Justlike48 opened 3 weeks ago

Justlike48 commented 3 weeks ago

It seems these dependencies—permissions:1.1.2, mezzanine:1.1.1, and netcipher-webkit:2.0.0-alpha1—are no longer available at their original locations.

**### Could not find permissions-1.1.2.aar (com.anthonycr.grant:permissions:1.1.2). Searched in the following locations: https://plugins.gradle.org/m2/com/anthonycr/grant/permissions/1.1.2/permissions-1.1.2.aar

Could not find mezzanine-1.1.1.jar (com.anthonycr.mezzanine:1.1.1). Searched in the following locations: https://plugins.gradle.org/m2/com/anthonycr/mezzanine/mezzanine/1.1.1/mezzanine-1.1.1.jar

Could not find netcipher-webkit-2.0.0-alpha1.jar (info.guardianproject.netcipher:netcipher-webkit:2.0.0-alpha1). Searched in the following locations: https://plugins.gradle.org/m2/info/guardianproject/netcipher/netcipher-webkit/2.0.0-alpha1/netcipher-webkit-2.0.0-alpha1.jar**

Additionally, as JCenter (a popular Maven repository) has been deprecated and replaced, some dependencies might need to be relocated or bundled directly into the project. This situation is affecting the build and preventing the APK from being processed correctly.

Request for Assistance: Could you kindly:

Provide alternative sources or updated dependencies, or Update the APK with these dependencies bundled locally in the libs directory? This would help ensure the APK can be built and maintained correctly moving forward. If there are any other changes I should be aware of due to the JCenter migration, please let me know.

Your assistance is greatly appreciated. Thank you in advance, and I look forward to your response.