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
Could not determine the dependencies of task ':edxp-core:generateJsonModelRelease'.
Could not resolve all files for configuration ':edxp-core:releaseCompileClasspath'. Could not resolve rikka.ndk:riru:10. Required by: project :edxp-core > Could not resolve rikka.ndk:riru:10. > Could not get resource 'https://dl.bintray.com/rikkaw/Libraries/rikka/ndk/riru/10/riru-10.pom'. > Could not GET 'https://dl.bintray.com/rikkaw/Libraries/rikka/ndk/riru/10/riru-10.pom'. Received status code 403 from server: Forbidden
The text was updated successfully, but these errors were encountered:
This fixed the build for me, but I did not test anything, yet, to make sure it's still working.
diff --git a/edxp-core/build.gradle b/edxp-core/build.gradle index 984f8eb..a5a40de 100644 --- a/edxp-core/build.gradle +++ b/edxp-core/build.gradle @@ -30,11 +30,11 @@ ext { repositories { mavenLocal() jcenter() - maven { url 'https://dl.bintray.com/rikkaw/Libraries' } + //maven { url 'https://dl.bintray.com/rikkaw/Libraries' } } dependencies { - implementation 'rikka.ndk:riru:10' + implementation 'dev.rikka.ndk:riru:10' } android {
Sorry, something went wrong.
挂vpn 请
No branches or pull requests
Could not determine the dependencies of task ':edxp-core:generateJsonModelRelease'.
The text was updated successfully, but these errors were encountered: