Closed sushantadita closed 2 years ago
If using Gradle 6.7 or lower, add the following code to your root build.gradle file:
allprojects {
repositories {
maven { url 'https://kommunicate.jfrog.io/artifactory/kommunicate-android-sdk' }
}
}
Copy If using Gradle 6.8 or higher, add the following to your settings.gradle file:
dependencyResolutionManagement {
repositories {
maven { url 'https://kommunicate.jfrog.io/artifactory/kommunicate-android-sdk' }
}
}
This is not working , facing same issue
getting same error please give the solution asap
In your build.gradle file, check if you have these dependencies:
google()
mavenCentral()
If that does not resolve your issue, please share the build.gradle file
I am using ionic 6 getting error Execution failed for task ':app:processDebugMainManifest'.
Please help me