Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@skydoves
Last active September 29, 2022 23:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skydoves/bea960113dc1638d37c3e54d4b6fe954 to your computer and use it in GitHub Desktop.
Save skydoves/bea960113dc1638d37c3e54d4b6fe954 to your computer and use it in GitHub Desktop.
stream_compose_sdk
// settings.gradle
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url "https://jitpack.io" }
}
}
// app module's build.gradle
dependencies {
// Stream Chat Android SDK
implementation "io.getstream:stream-chat-android-compose:5.11.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment