Missing dependency and facing error while building
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