최근 검색
최근 검색 없음
Compile error when integrate new Zendesk SDK for Android
2021년 8월 05일에 게시됨
Hello, It's very nice to use your new SDK.
Now, I'm going to upgrade Zendesk SDK to newer version.
However, I got the compilation issue when I upgrade new SDK by replacing below lines.
-> Replace this:
compile "com.zendesk:sdk:'1.10.0.1'"
to
implementation group: 'com.zendesk', name: 'support', version: '5.0.2'
When upgrade new SDK with version 5.0.2, then dagger annotation files are not generated, but it works when I use old version "1.10.0.1".
compile "com.google.dagger:dagger:'2.7'"
I guess when I use new SDK on my project, then annotation file generating doesn't be worked.
Can you please help me on this?
Regards,
Golan
0
7
댓글 7개
로그인하세요.