gradle assembleRelease
FAILURE: Build failed with an exception.
- What went wrong:
Could not determine the dependencies of task ':app:compileReleaseJavaWithJavac'.
Could not resolve all task dependencies for configuration ':app:releaseCompileClasspath'.
Could not resolve de.robv.android.xposed:api:82.
Required by:
project :app
> Could not resolve de.robv.android.xposed:api:82.
> Could not get resource 'https://jitpack.io/de/robv/android/xposed/api/82/api-82.pom'.
> Could not HEAD 'https://jitpack.io/de/robv/android/xposed/api/82/api-82.pom'. Received status code 401 from server: Unauthorized
在build.gradle文件中的链接也没有相应的依赖。
gradle assembleRelease
FAILURE: Build failed with an exception.
Could not determine the dependencies of task ':app:compileReleaseJavaWithJavac'.
在build.gradle文件中的链接也没有相应的依赖。