-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Throwing this error when try to build android app using expo
FAILURE: Build failed with an exception.
- What went wrong:
Could not determine the dependencies of task ':app:mergeDebugNativeLibs'.
Could not resolve all dependencies for configuration ':app:debugRuntimeClasspath'.
Could not find com.aheaditec.talsec.security:TalsecSecurity-Community-ReactNative:18.0.2.
Searched in the following locations:
- file:/Users/USER/Documents/Workspace/mobile/xxxx/node_modules/react-native/android/com/aheaditec/talsec/security/TalsecSecurity-Community-ReactNative/18.0.2/TalsecSecurity-Community-ReactNative-18.0.2.pom
- https://dl.google.com/dl/android/maven2/com/aheaditec/talsec/security/TalsecSecurity-Community-ReactNative/18.0.2/TalsecSecurity-Community-ReactNative-18.0.2.pom
- https://repo.maven.apache.org/maven2/com/aheaditec/talsec/security/TalsecSecurity-Community-ReactNative/18.0.2/TalsecSecurity-Community-ReactNative-18.0.2.pom
- https://www.jitpack.io/com/aheaditec/talsec/security/TalsecSecurity-Community-ReactNative/18.0.2/TalsecSecurity-Community-ReactNative-18.0.2.pom
- https://central.sonatype.com/repository/maven-snapshots/com/aheaditec/talsec/security/TalsecSecurity-Community-ReactNative/18.0.2/TalsecSecurity-Community-ReactNative-18.0.2.pom
Required by:
project :app > project :freerasp-react-native
- Try:
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
Get more help at https://help.gradle.org.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.13/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
Device: Macos M3
React Native: 0.79.5
Expo: ~53.0.23
"freerasp-react-native": "^4.4.0"
Can you please help me fix this issue?