Android build fails to resolve TalsecSecurity-Community-ReactNative 19.2.3
I'm integrating freerasp-react-native@5.2.1 into an existing React Native Android application.
Environment:
- React Native:
0.79.7
- freerasp-react-native:
5.2.1
- Android SDK dependency:
19.2.3
The package declares the following dependency:
com.aheaditec.talsec.security:TalsecSecurity-Community-ReactNative:19.2.3
The package's android/build.gradle also declares these Talsec repositories:
https://europe-west3-maven.pkg.dev/talsec-artifact-repository/freerasp
https://europe-west3-maven.pkg.dev/talsec-artifact-repository/common
However, Gradle fails with:
Could not find com.aheaditec.talsec.security:TalsecSecurity-Community-ReactNative:19.2.3
I also verified manually that the exact POM URL is accessible and returns HTTP 200:
https://europe-west3-maven.pkg.dev/talsec-artifact-repository/freerasp/com/aheaditec/talsec/security/TalsecSecurity-Community-ReactNative/19.2.3/TalsecSecurity-Community-ReactNative-19.2.3.pom
Could you please confirm the correct repository/configuration required for freerasp-react-native@5.2.1?
Is this a known Gradle/dependency-resolution issue with version 5.2.1?
Thanks.
Android build fails to resolve TalsecSecurity-Community-ReactNative 19.2.3
I'm integrating
freerasp-react-native@5.2.1into an existing React Native Android application.Environment:
0.79.75.2.119.2.3The package declares the following dependency:
com.aheaditec.talsec.security:TalsecSecurity-Community-ReactNative:19.2.3The package's
android/build.gradlealso declares these Talsec repositories:https://europe-west3-maven.pkg.dev/talsec-artifact-repository/freerasphttps://europe-west3-maven.pkg.dev/talsec-artifact-repository/commonHowever, Gradle fails with:
Could not find com.aheaditec.talsec.security:TalsecSecurity-Community-ReactNative:19.2.3I also verified manually that the exact POM URL is accessible and returns HTTP 200:
https://europe-west3-maven.pkg.dev/talsec-artifact-repository/freerasp/com/aheaditec/talsec/security/TalsecSecurity-Community-ReactNative/19.2.3/TalsecSecurity-Community-ReactNative-19.2.3.pomCould you please confirm the correct repository/configuration required for
freerasp-react-native@5.2.1?Is this a known Gradle/dependency-resolution issue with version
5.2.1?Thanks.