compile (group: 'com.kakao.sdk', name: 'kakaonavi', version: '1.18.0')
compile (group: 'com.kakao.sdk', name: 'kakaotalk', version: '1.18.0')
기존에 빌드가 잘 되었었는데요,
오늘 갑자기 다음과 같이 에러가 발생하면서 빌드가 안됩니다.
A problem occurred configuring root project ‘android’.
Could not find okhttp.jar (com.squareup.okhttp3:okhttp:3.0.0).
Searched in the following locations:
http://devrepo.kakao.com:8088/nexus/content/groups/public/com/squareup/okhttp3/okhttp/3.0.0/okhttp-3.0.0.jar
그래서
// https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp
compile group: ‘com.squareup.okhttp3’, name: ‘okhttp’, version: ‘3.0.0’
별도로 추가하였을때는 support-v4 중복 오류가 나오긴 합니다…
잘 되던 빌드가 이상하게 안되어서 슬픈 마음에 올린 글이라서 두서가 없는점 사죄드립니다 …