gappein / gappein-chat-sdk

A plug and play modular toolkit for integrating the Chat feature on top of Firebase!
Other
166 stars 16 forks source link

Could not find com.giphy.sdk:ui:2.0.3. #20

Open heromiyo opened 3 years ago

heromiyo commented 3 years ago

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:

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'

entrealist commented 3 years ago

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