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
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-maui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:

build-ios:
name: Build iOS
runs-on: macos-latest
runs-on: macos-26
needs: lint
timeout-minutes: 60

Expand Down
2 changes: 1 addition & 1 deletion android-cpp/QuickStartTasksCPP/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ android {

dependencies {
// Ditto C++ SDK for Android
implementation("live.ditto:ditto-cpp:4.12.3")
implementation("live.ditto:ditto-cpp:4.12.4")

implementation(libs.androidx.core.ktx)
implementation(libs.androidx.lifecycle.runtime.ktx)
Expand Down
2 changes: 1 addition & 1 deletion android-java/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
ditto = "4.12.3"
ditto = "4.12.4"
agp = "8.7.3"
constraintlayout = "2.2.0"
kotlin = "2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion android-kotlin/QuickStartTasks/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ appcompat = "1.7.1"
datastorePreferences = "1.1.7"
koin-bom = "4.1.0"
coroutines-tests = "1.10.2"
ditto = "4.12.3"
ditto = "4.12.4"
monitor = "1.7.2"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion cpp-tui/taskscpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
BUILD_TYPE ?= Debug

# Ditto SDK version and platform detection
DITTO_SDK_VERSION ?= 4.12.3
DITTO_SDK_VERSION ?= 4.12.4
PLATFORM := $(shell uname -s | tr '[:upper:]' '[:lower:]')
ARCH := $(shell uname -m)

Expand Down
2 changes: 1 addition & 1 deletion dotnet-maui/DittoMauiTasksApp/DittoMauiTasksApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.1" />
<PackageReference Include="Ditto" Version="4.12.3" />
<PackageReference Include="Ditto" Version="4.12.4" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
<PackageReference Include="Ditto" Version="4.12.3" />
<PackageReference Include="Ditto" Version="4.12.4" />
<PackageReference Include="Terminal.Gui" Version="1.17.1" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Ditto" Version="4.12.3" />
<PackageReference Include="Ditto" Version="4.12.4" />
<PackageReference Include="Terminal.Gui" Version="1.17.1" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion dotnet-winforms/TasksApp/DittoTasksApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Ditto" Version="4.12.3" />
<PackageReference Include="Ditto" Version="4.12.4" />
<PackageReference Include="System.Text.Json" Version="9.0.4" />
</ItemGroup>

Expand Down
10 changes: 5 additions & 5 deletions flutter_app/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PODS:
- ditto_live (4.12.3):
- DittoFlutter (= 4.12.3)
- ditto_live (4.12.4):
- DittoFlutter (= 4.12.4)
- Flutter
- DittoFlutter (4.12.3)
- DittoFlutter (4.12.4)
- Flutter (1.0.0)
- integration_test (0.0.1):
- Flutter
Expand Down Expand Up @@ -36,8 +36,8 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/permission_handler_apple/ios"

SPEC CHECKSUMS:
ditto_live: 84e627026343b822e0f9e6d3630076143d663d57
DittoFlutter: a3880144e39140ce02625c14fcadb1044c7455cb
ditto_live: f3bb10807a90bc9e8110945052aa791a6fd4fa78
DittoFlutter: cd4812358982d87e6cc69f9a2d4d53f2d21e74ab
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
integration_test: 252f60fa39af5e17c3aa9899d35d908a0721b573
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
Expand Down
10 changes: 5 additions & 5 deletions flutter_app/macos/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PODS:
- ditto_live (4.12.3):
- DittoFlutter (= 4.12.3)
- ditto_live (4.12.4):
- DittoFlutter (= 4.12.4)
- FlutterMacOS
- DittoFlutter (4.12.3)
- DittoFlutter (4.12.4)
- FlutterMacOS (1.0.0)
- path_provider_foundation (0.0.1):
- Flutter
Expand All @@ -26,8 +26,8 @@ EXTERNAL SOURCES:
:path: Flutter/ephemeral/.symlinks/plugins/path_provider_foundation/darwin

SPEC CHECKSUMS:
ditto_live: a7046de26dd36d41e7a206d76c795e2a1d43af27
DittoFlutter: a3880144e39140ce02625c14fcadb1044c7455cb
ditto_live: 5673d16b7338a456ad07b54818ca15f0c0ebff8b
DittoFlutter: cd4812358982d87e6cc69f9a2d4d53f2d21e74ab
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46

Expand Down
10 changes: 5 additions & 5 deletions flutter_app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ packages:
dependency: "direct main"
description:
name: ditto_live
sha256: "86aa472c77557632612aefd59a5e098d545f8080350a0d70d68b55c70deec362"
sha256: "154035efccb539b94a33a502f3e4a73748ea44c00f9fe8ea7f8dc030b8b46e9e"
url: "https://pub.dev"
source: hosted
version: "4.12.3"
version: "4.12.4"
equatable:
dependency: "direct main"
description:
Expand Down Expand Up @@ -259,10 +259,10 @@ packages:
dependency: transitive
description:
name: path_provider_android
sha256: d0d310befe2c8ab9e7f393288ccbb11b60c019c6b5afc21973eeee4dda2b35e9
sha256: "4adf4fd5423ec60a29506c76581bc05854c55e3a0b72d35bb28d661c9686edf2"
url: "https://pub.dev"
source: hosted
version: "2.2.17"
version: "2.2.15"
path_provider_foundation:
dependency: transitive
description:
Expand Down Expand Up @@ -478,4 +478,4 @@ packages:
version: "1.1.0"
sdks:
dart: ">=3.7.0-0 <4.0.0"
flutter: ">=3.27.0"
flutter: ">=3.24.0"
2 changes: 1 addition & 1 deletion flutter_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies:
flutter:
sdk: flutter

ditto_live: 4.12.3
ditto_live: 4.12.4

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
Expand Down
8 changes: 4 additions & 4 deletions javascript-tui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion javascript-tui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dist"
],
"dependencies": {
"@dittolive/ditto": "4.12.3",
"@dittolive/ditto": "4.12.4",
"dotenv": "^16.4.5",
"ink": "^4.1.0",
"meow": "^11.0.0",
Expand Down
8 changes: 4 additions & 4 deletions javascript-web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion javascript-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"preview": "vite preview"
},
"dependencies": {
"@dittolive/ditto": "4.12.3",
"@dittolive/ditto": "4.12.4",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
10 changes: 5 additions & 5 deletions react-native-expo/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- boost (1.84.0)
- DittoReactNative (4.12.3):
- DittoReactNativeIOS (= 4.12.3)
- DittoReactNative (4.12.4):
- DittoReactNativeIOS (= 4.12.4)
- DoubleConversion
- glog
- hermes-engine
Expand All @@ -25,7 +25,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- DittoReactNativeIOS (4.12.3)
- DittoReactNativeIOS (4.12.4)
- DoubleConversion (1.1.6)
- EXConstants (17.1.7):
- ExpoModulesCore
Expand Down Expand Up @@ -2346,8 +2346,8 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
boost: 7e761d76ca2ce687f7cc98e698152abd03a18f90
DittoReactNative: 37721ddcc34f7c53ed0eefd16fb3a4650a0509fe
DittoReactNativeIOS: 97028a49cb37c9b8e8e237f4bc8aca8f537a9545
DittoReactNative: aec2d4a98473ae995b20d3fcb2df809fc18ef94f
DittoReactNativeIOS: 9f170c67265a2438e8a466ea21cec9e49db6fd47
DoubleConversion: cb417026b2400c8f53ae97020b2be961b59470cb
EXConstants: 9d62a46a36eae6d28cb978efcbc68aef354d1704
Expo: 9fd4973ed0baa42f7418917152d86b39ef466104
Expand Down
8 changes: 4 additions & 4 deletions react-native-expo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion react-native-expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"preset": "jest-expo"
},
"dependencies": {
"@dittolive/ditto": "4.12.3",
"@dittolive/ditto": "4.12.4",
"@expo/vector-icons": "^14.1.0",
"@react-navigation/bottom-tabs": "^7.2.0",
"@react-navigation/native": "^7.0.14",
Expand Down
8 changes: 4 additions & 4 deletions react-native-expo/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -761,10 +761,10 @@
"@deno/shim-deno-test" "^0.4.0"
which "^2.0.2"

"@dittolive/[email protected].3":
version "4.12.3"
resolved "https://registry.npmjs.org/@dittolive/ditto/-/ditto-4.12.3.tgz"
integrity sha512-HwEYD+UJbfX+NmD6pE99RcVgtv6LOLJyJV7aP+0aW++tTtdsFVLsxe1wV78oJQExpUIbDLk6gbW+2RW1nJWHtw==
"@dittolive/[email protected].4":
version "4.12.4"
resolved "https://registry.npmjs.org/@dittolive/ditto/-/ditto-4.12.4.tgz"
integrity sha512-wsEyo33O9lnovYDoIueif5HaI9R7IgHjNrNNu939Zl54lfJlPdE+GkSLI5Srj486cjsEJm9/YkADfBQoW+l/yA==
dependencies:
"@expo/config-plugins" "^9.0.11"
cbor-redux "^1.0.0"
Expand Down
10 changes: 5 additions & 5 deletions react-native/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- boost (1.84.0)
- DittoReactNative (4.12.3):
- DittoReactNativeIOS (= 4.12.3)
- DittoReactNative (4.12.4):
- DittoReactNativeIOS (= 4.12.4)
- DoubleConversion
- glog
- hermes-engine
Expand All @@ -25,7 +25,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- DittoReactNativeIOS (4.12.3)
- DittoReactNativeIOS (4.12.4)
- DoubleConversion (1.1.6)
- fast_float (6.1.4)
- FBLazyVector (0.79.1)
Expand Down Expand Up @@ -1910,8 +1910,8 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
boost: 7e761d76ca2ce687f7cc98e698152abd03a18f90
DittoReactNative: 37721ddcc34f7c53ed0eefd16fb3a4650a0509fe
DittoReactNativeIOS: 97028a49cb37c9b8e8e237f4bc8aca8f537a9545
DittoReactNative: aec2d4a98473ae995b20d3fcb2df809fc18ef94f
DittoReactNativeIOS: 9f170c67265a2438e8a466ea21cec9e49db6fd47
DoubleConversion: cb417026b2400c8f53ae97020b2be961b59470cb
fast_float: 06eeec4fe712a76acc9376682e4808b05ce978b6
FBLazyVector: abbac80c6f89e71a8c55c7e92ec015c8a9496753
Expand Down
10 changes: 5 additions & 5 deletions react-native/macos/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- boost (1.84.0)
- DittoReactNative (4.12.3):
- DittoReactNativeIOS (= 4.12.3)
- DittoReactNative (4.12.4):
- DittoReactNativeIOS (= 4.12.4)
- DoubleConversion
- glog
- hermes-engine
Expand All @@ -22,7 +22,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- DittoReactNativeIOS (4.12.3)
- DittoReactNativeIOS (4.12.4)
- DoubleConversion (1.1.6)
- fast_float (6.1.4)
- FBLazyVector (0.78.6)
Expand Down Expand Up @@ -1769,8 +1769,8 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
boost: 7d49a506d1ac47358fea28558d184dd6431170ca
DittoReactNative: f7778c387dec12ab014eab509f37e63a8a5c36e3
DittoReactNativeIOS: 97028a49cb37c9b8e8e237f4bc8aca8f537a9545
DittoReactNative: ea8c9b4b9e508c3f3f60c2ae9c2625891f06885c
DittoReactNativeIOS: 9f170c67265a2438e8a466ea21cec9e49db6fd47
DoubleConversion: 10f51d3e1238973c033faac2d84c0ea114942f53
fast_float: 44983b3bddb2d2ed3021a98be86f60ec8abc9ffd
FBLazyVector: 31dd89ddefc65148109e00de4270d3ac484bd8c1
Expand Down
8 changes: 4 additions & 4 deletions react-native/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"clean": "rm -rf node_modules && yarn install && cd ios && rm -rf Podfile.lock && rm -rf Pods && pod install && cd .."
},
"dependencies": {
"@dittolive/ditto": "4.12.3",
"@dittolive/ditto": "4.12.4",
"react": "19.0.0",
"react-native": "0.79.1",
"react-native-bouncy-checkbox": "^4.1.2"
Expand Down
Loading
Loading