Integrating Android SDK it broke my app ?!?

완료

2 댓글

  • Sergio Lima

    just for FYI

    I managed to get this to work by excluding old libs that Zendek SDK is using , and probably creating some conflicts with my appcompat libs 

    implementation('com.zendesk:support:5.1.2') {
    exclude group: 'androidx.appcompat', module: 'appcompat'
    exclude group: 'org.jetbrains.kotlin', module: 'kotlin-stdlib-jdk8'
    }


     

    0
  • Eric Nelson
    Zendesk Developer Advocacy
    Hey Sergio,

    Glad to hear you got yourself sorted. Let us know if you need anything.
    0

댓글을 남기려면 로그인하세요.

Zendesk 제공