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

+1 -1
+1 -1
.github/workflows/android-internal-release.yml
··· 58 58 echo "SIGNUPS_DISABLED=false" >> .env 59 59 60 60 # Set versionCode (run number) 61 - VERSION_CODE=$(github.run_number) 61 + VERSION_CODE=${{ github.run_number }} 62 62 sed -i "s/^\(version:.*\)+[0-9]*\$/\1+${VERSION_CODE}/" pubspec.yaml 63 63 echo "Using versionCode: $VERSION_CODE" 64 64