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

aab artifact

+7
+7
.github/workflows/android-internal-release.yml
··· 81 81 run: | 82 82 flutter build appbundle 83 83 84 + - name: Upload AAB artifact 85 + uses: actions/upload-artifact@v4 86 + with: 87 + name: app-release-aab 88 + path: build/app/outputs/bundle/release/app-release.aab 89 + retention-days: 30 90 + 84 91 - name: Upload AAB to PlayStore 85 92 uses: r0adkll/upload-google-play@v1 86 93 with: