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

+5 -5
+1 -1
.github/workflows/android.yml
··· 67 67 echo "SIGNUPS_DISABLED=false" >> .env 68 68 69 69 # Set versionCode (run number) 70 - START_VERSION_CODE=4000 70 + START_VERSION_CODE=4300 71 71 VERSION_CODE=$((START_VERSION_CODE + ${{ github.run_number }})) 72 72 sed -i "s/^\(version:.*\)+[0-9]*\$/\1+${VERSION_CODE}/" pubspec.yaml 73 73 echo "Using versionCode: $VERSION_CODE"
+2 -2
ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
··· 131 131 "kind" : "remoteSourceControl", 132 132 "location" : "https://github.com/PostHog/posthog-ios", 133 133 "state" : { 134 - "revision" : "09da1be6a614325a6a464c6d2017a9ac858d1b5a", 135 - "version" : "3.47.0" 134 + "revision" : "19d0df316c68ff2e806eaa73563e7fb79788f978", 135 + "version" : "3.50.0" 136 136 } 137 137 }, 138 138 {
+2 -2
ios/Runner.xcworkspace/xcshareddata/swiftpm/Package.resolved
··· 131 131 "kind" : "remoteSourceControl", 132 132 "location" : "https://github.com/PostHog/posthog-ios", 133 133 "state" : { 134 - "revision" : "09da1be6a614325a6a464c6d2017a9ac858d1b5a", 135 - "version" : "3.47.0" 134 + "revision" : "19d0df316c68ff2e806eaa73563e7fb79788f978", 135 + "version" : "3.50.0" 136 136 } 137 137 }, 138 138 {