Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 1 addition & 17 deletions .github/workflows/update-sdk-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,23 +93,7 @@ jobs:
Updates all quickstart applications to use Ditto SDK version ${{ github.event.inputs.version }}

- Updates lockfiles where possible
- Excludes Kotlin Multiplatform (not yet on synchronized releases)

## Updated Apps

- android-kotlin: Updated ditto version to ${{ github.event.inputs.version }}
- android-java: Updated ditto version to ${{ github.event.inputs.version }}
- android-cpp: Updated live.ditto:ditto-cpp to ${{ github.event.inputs.version }}
- dotnet-maui: Updated Ditto to ${{ github.event.inputs.version }}
- dotnet-tui: Updated Ditto to ${{ github.event.inputs.version }}
- dotnet-winforms: Updated Ditto to ${{ github.event.inputs.version }}
- flutter_app: Updated ditto_live to ^${{ github.event.inputs.version }}
- java-spring: Updated both ditto-java and ditto-binaries to ${{ github.event.inputs.version }}
- javascript-tui: Updated @dittolive/ditto to ^${{ github.event.inputs.version }}
- javascript-web: Updated @dittolive/ditto to ^${{ github.event.inputs.version }}
- react-native: Updated @dittolive/ditto to ${{ github.event.inputs.version }}
- react-native-expo: Updated @dittolive/ditto to ${{ github.event.inputs.version }}
- rust-tui: Updated dittolive-ditto to ${{ github.event.inputs.version }}
- Excludes Kotlin Multiplatform and Java Spring
EOF
)" \
--draft \
Expand Down
6 changes: 4 additions & 2 deletions react-native-expo/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ dist/
web-build/
expo-env.d.ts
android
ios
!ios/Podfile.lock
ios/Pods/
ios/build/
ios/.xcode.env.local
ios/DerivedData/

# Native
*.orig.*
Expand Down
Loading
Loading