We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description Both issue got fixed but both releases didn't compile...
#342 #312 @ozkulbeng please check
Temporary solution :
android/build.gradle
allprojects { repositories { google() mavenCentral() } configurations.all { resolutionStrategy.dependencySubstitution { substitute module('org.bouncycastle:bcprov-jdk15on:1.70') with module('org.bouncycastle:bcprov-jdk15to18:1.69') } } } rootProject.buildDir = '../build' subprojects { project.buildDir = "${rootProject.buildDir}/${project.name}" } subprojects { project.evaluationDependsOn(':app') } tasks.register("clean", Delete) { delete rootProject.buildDir }
Expected behavior It should compile.
Current behavior It didn't compile.
Logs Check both issues to see logs.
Environment
The text was updated successfully, but these errors were encountered:
UP ?
Sorry, something went wrong.
up ?
Same for 6.12.0+303
Is this package dead ?
No branches or pull requests
Description
Both issue got fixed but both releases didn't compile...
#342
#312
@ozkulbeng please check
Temporary solution :
android/build.gradle
Expected behavior
It should compile.
Current behavior
It didn't compile.
Logs
Check both issues to see logs.
Environment
The text was updated successfully, but these errors were encountered: