dependencies {
implementation("io.getstream:stream-feeds-android-client:0.1.0")
}
Activity Feeds V3 is in closed alpha — do not use it in production (just yet).
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"
}