-
Notifications
You must be signed in to change notification settings - Fork 15
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
0.9.0 버전에서 안드로이드 빌드 중 오류 #128
Comments
Could not find io.channel:plugin-android:12.0.0 https://mvnrepository.com/artifact/io.channel/plugin-android |
@zoyi-jin 똑같은 오류 발생합니다. |
같은 오류가 발생합니다. |
안녕하세요! 현재 안드로이드 12.0.0 이상부터는 채널톡의 maven repository에 배포되고 있습니다. 프로젝트에서 아래와 같은 설정을 진행해주세요.
repositories {
... // 기타 코드들
maven {
url 'https://maven.channel.io/maven2'
name 'ChannelTalk'
}
}
dependencies {
... // 기타 코드들
implementation 'io.channel:plugin-android:12.0.0'
... // 기타 코드들
} 2)의 작업 진행이 필요한 상황이라면, 현재 자체 maven 배포 이후 적응 기간이어서 잠시 시행착오가 있었습니다. 변경사항이 생기면 다시 말씀드리겠습니다. 다시 한번 불편을 드려서 죄송합니다. |
@zoyi-jin 안정화가 될 때까지 0.8.3 버전을 지속적으로 사용하여도 문제가 없을까요? |
@ph8nt0m 넵 0.8.3 버전을 사용하셔도 큰 문제는 없으십니다.
|
android/app/build.gradle의 repositories - maven 이 아니라, android/build.gradle 인 거 같은데 확인 부탁드리겠습니다. |
확인 감사합니다:) 해당 내용 반영하여 수정하겠습니다. |
해당 이슈에 업데이트된 내용이 있어서 알림드립니다. android sdk 배포 관련하여, 다만, 급작스러운 변경이었기에 25년 8월 1일까지는 기존처럼 maven central에도 배포됩니다. |
The text was updated successfully, but these errors were encountered: