[READ ONLY MIRROR] Open Source TikTok alternative built on AT Protocol github.com/sprksocial/client
flutter atproto video dart
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

ram tchu (#48)

authored by

Davi Rodrigues and committed by
GitHub
864a6b0b b49f7030

+4
+4
android/app/build.gradle.kts
··· 84 84 implementation("androidx.compose.material3:material3") 85 85 implementation("androidx.activity:activity-compose:1.8.2") 86 86 } 87 + 88 + configurations.all { 89 + exclude(group = "ru.solrudev.ackpine") 90 + }