Skip to content
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

Open
maya-56 opened this issue Aug 25, 2024 · 8 comments
Open

Missing dependency and facing error while building #650

maya-56 opened this issue Aug 25, 2024 · 8 comments

Comments

@maya-56
Copy link

maya-56 commented Aug 25, 2024

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

@maya-56
Copy link
Author

maya-56 commented Aug 31, 2024

Any one help here ???

@Slion
Copy link
Owner

Slion commented Aug 31, 2024

It sucks if those guys are gone it will take some effort to sort it out.

@maya-56
Copy link
Author

maya-56 commented Aug 31, 2024

I have apk. Is there any way to extract from it.
Uploading Fulguris1.zip…

@Slion
Copy link
Owner

Slion commented Aug 31, 2024

Good thinking but I think someone should report that issue to the guys at gradle.org really.

@Slion
Copy link
Owner

Slion commented Sep 3, 2024

Those dependency should be found on maven rather than gradle.org.

@maya-56
Copy link
Author

maya-56 commented Sep 3, 2024 via email

@maya-56 maya-56 closed this as completed Sep 3, 2024
@Justlike48
Copy link

same issue found, please request to resolve the issue.

@sampatsharma143
Copy link

i was able to solve it by changing few things ,
I created a new library of grant permission and added the java files of original code and than added it into build.gradle
implementation(project(":grant"))
and in settings.gradle
include ':grant'
i had to remove the "info.guardianproject.netcipher:netcipher-webkit:2.0.0-alpha1"
as i don't need this , but we can also add this library as offline library,

replaced the previous mezzanine dependancy lines with these new
implementation 'com.github.anthonycr.Mezzanine:mezzanine:v1.1.1'
kapt "com.github.anthonycr.Mezzanine:mezzanine-compiler:$mezzanineVersion"

added maven { url 'https://www.jitpack.io' }
in build.gradle ( Project Level )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants