ElderDrivers / EdXposed

Elder driver Xposed Framework.
https://edxp.meowcat.org/
GNU General Public License v3.0
5.46k stars 631 forks source link

er #865

Open tianyah opened 3 years ago

tianyah commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

挂vpn 请