dependencies {
implementation("io.getstream:stream-feeds-android-client:$stream_feeds_version")
}Installation
The Android SDK can be added to your project with Gradle. If you are starting a new project, we always recommend using the latest release. Releases and changes are published on the GitHub releases page.
To add the SDK, open your build.gradle or build.gradle.kts file and add:
Replace $stream_feeds_version with the latest version from the GitHub releases page.