dependencies {
implementation("io.getstream:stream-feeds-android-client:0.1.0")
}Activity Feeds v3 is in beta — try it out!
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:
dependencies {
implementation "io.getstream:stream-feeds-android-client:0.1.0"
}