Kommunicate-io / Kommunicate-Cordova-Ionic-PhoneGap-Chat-Plugin

Kommunicate plugin for Ionic/Phonegap/Cordova
BSD 3-Clause "New" or "Revised" License
21 stars 15 forks source link

Can't compile Android #34

Closed jongbonga closed 2 years ago

jongbonga commented 2 years ago

I'm getting the error: Could not find io.kommunicate.sdk:kommunicateui:2.3.8.

amntoppo commented 2 years ago

@jongbonga If you get this error, you can fix this by adding this inside allprojects {} in build.gradle:

 maven { url 'https://kommunicate.jfrog.io/artifactory/kommunicate-android-sdk' }