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

er #865

Open
tianyah opened this issue May 19, 2021 · 2 comments
Open

er #865

tianyah opened this issue May 19, 2021 · 2 comments

Comments

@tianyah
Copy link

tianyah commented May 19, 2021

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

@johnjutsu
Copy link

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 {

@qwq233
Copy link

qwq233 commented Aug 7, 2021

挂vpn 请

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

3 participants