[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.

fix android ndk version

+1 -1
+1 -1
android/app/build.gradle.kts
··· 8 8 android { 9 9 namespace = "com.example.sparksocial" 10 10 compileSdk = flutter.compileSdkVersion 11 - ndkVersion = flutter.ndkVersion 11 + ndkVersion = "27.0.12077973" 12 12 13 13 compileOptions { 14 14 sourceCompatibility = JavaVersion.VERSION_11