Open Brightbong92 opened 2 years ago
공홈 설명대로 https 넣으니까 오류 발생
Execution failed for task ':app:checkLiveDebugAarMetadata'.
> Could not resolve all files for configuration ':app:liveDebugRuntimeClasspath'.
> Could not resolve com.kakao.sdk:v2-link:2.5.2.
Required by:
project :app > project :react-native-kakao-share-link
> Could not resolve com.kakao.sdk:v2-link:2.5.2.
> Could not get resource 'https://devrepo.kakao.com:8088/nexus/content/groups/public/com/kakao/sdk/v2-link/2.5.2/v2-link-2.5.2.pom'.
> Could not HEAD 'https://devrepo.kakao.com:8088/nexus/content/groups/public/com/kakao/sdk/v2-link/2.5.2/v2-link-2.5.2.pom'.
> Unsupported or unrecognized SSL message
allowInsecureProtocol 넣어서 빌드 성공
// Kakao Link
maven {
url 'http://devrepo.kakao.com:8088/nexus/content/groups/public/'
allowInsecureProtocol true
}
기존 maven { url ‘http://devrepo.kakao.com:8088/nexus/content/groups/public/’ }
변경 후 maven { url 'https://devrepo.kakao.com/nexus/content/groups/public/' }
v2 가이드