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

Could not find com.getkeepsafe.relinker:relinker:1.2.2. #227

Open
corasphinx opened this issue Jul 19, 2024 · 2 comments
Open

Could not find com.getkeepsafe.relinker:relinker:1.2.2. #227

corasphinx opened this issue Jul 19, 2024 · 2 comments

Comments

@corasphinx
Copy link

My steps are very simple.
react-native init exampleApp
npm install react-native-twilio-programmable-voice
react-native run-android

FAILURE: Build failed with an exception.

  • What went wrong:
    Could not determine the dependencies of task ':app:processDebugResources'.

Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'.
Could not find com.getkeepsafe.relinker:relinker:1.2.2.
Searched in the following locations:
- https://oss.sonatype.org/content/repositories/snapshots/com/getkeepsafe/relinker/relinker/1.2.2/relinker-1.2.2.pom
- https://repo.maven.apache.org/maven2/com/getkeepsafe/relinker/relinker/1.2.2/relinker-1.2.2.pom
- file:/D:/z/front/node_modules/jsc-android/dist/com/getkeepsafe/relinker/relinker/1.2.2/relinker-1.2.2.pom
- https://dl.google.com/dl/android/maven2/com/getkeepsafe/relinker/relinker/1.2.2/relinker-1.2.2.pom
- https://www.jitpack.io/com/getkeepsafe/relinker/relinker/1.2.2/relinker-1.2.2.pom
Required by:
project :app > project :react-native-twilio-programmable-voice > com.twilio:voice-android:4.5.0

@super-potion
Copy link

Bump, any solution found?

@vasiliiperfilev
Copy link

com.getkeepsafe.relinker:relinker:1.2.2. is either removed from the Maven artifact repository or got hidden.

Solution is to force all libs to use the newest version in your project:

dependencies {
    implementation ("com.getkeepsafe.relinker:relinker:1.4.5") {
        version {
            strictly '1.4.5'
        }
    }
}

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