Open tianyah opened 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 {
挂vpn 请
Could not determine the dependencies of task ':edxp-core:generateJsonModelRelease'.