[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): add starting version code

+2 -1
+2 -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 + START_VERSION_CODE=4000 62 + VERSION_CODE=$((START_VERSION_CODE + ${{ github.run_number }})) 62 63 sed -i "s/^\(version:.*\)+[0-9]*\$/\1+${VERSION_CODE}/" pubspec.yaml 63 64 echo "Using versionCode: $VERSION_CODE" 64 65