gappein-chat-sdk
gappein-chat-sdk copied to clipboard
Could not find com.giphy.sdk:ui:2.0.3.
Execution failed for task ':app:mergeDebugResources'.
Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Could not find com.giphy.sdk:ui:2.0.3. Searched in the following locations: - https://dl.google.com/dl/android/maven2/com/giphy/sdk/ui/2.0.3/ui-2.0.3.pom - https://jcenter.bintray.com/com/giphy/sdk/ui/2.0.3/ui-2.0.3.pom - https://jitpack.io/com/giphy/sdk/ui/2.0.3/ui-2.0.3.pom Required by: project :app project :app > com.gappein.sdk:gappein-sdk:1.0.0-beta3 project :app > com.gappein.sdk:gappein-ui:1.0.0-beta3
Build.gradle i tried to add gify
// chat implementation "com.gappein.sdk:gappein-sdk:1.0.0-beta3" implementation "com.gappein.sdk:gappein-ui:1.0.0-beta3" implementation 'com.giphy.sdk:ui:2.0.3'
Please add this to your project build.gradle file:
maven { url "http://giphy.bintray.com/giphy-sdk" }
For further investigation: https://developers.giphy.com/docs/sdk#android