-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing dependency and facing error while building #650
Comments
Any one help here ??? |
It sucks if those guys are gone it will take some effort to sort it out. |
I have apk. Is there any way to extract from it. |
Good thinking but I think someone should report that issue to the guys at gradle.org really. |
Those dependency should be found on maven rather than gradle.org. |
Thanks you I have fixed all issues by adding those dependency sources as a
modules in current code. It tooks some time but finally it is working fine
…On Tue, 3 Sept, 2024, 11:44 Stéphane Lenclud, ***@***.***> wrote:
Those dependency should be found on maven rather than gradle.org.
—
Reply to this email directly, view it on GitHub
<#650 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHJ3XHSGMLB73XDKH46LDFTZUVHTBAVCNFSM6AAAAABNCLF3DSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRVGY4DENJSGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
same issue found, please request to resolve the issue. |
i was able to solve it by changing few things , replaced the previous mezzanine dependancy lines with these new added maven { url 'https://www.jitpack.io' } |
In using Fulguris long time but recently Im facing below error. Looks some dependency removed. Can you any one please help me
implementation 'com.anthonycr.grant:permissions:1.1.2'
final def mezzanineVersion = '1.1.1'
implementation "com.anthonycr.mezzanine:mezzanine:$mezzanineVersion"
kapt "com.anthonycr.mezzanine:mezzanine-compiler:$mezzanineVersion"
implementation "info.guardianproject.netcipher:netcipher-webkit:2.0.0-alpha1"
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: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
The text was updated successfully, but these errors were encountered: