Skip to content
Closed
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-rc.1")

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-rc.1"
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-rc.1"
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-rc.1
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-rc.1" />
<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-rc.1" />
<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-rc.1" />
<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-rc.1" />
<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-rc.1):
- DittoFlutter (= 4.12.4-rc.1)
- Flutter
- DittoFlutter (4.12.3)
- DittoFlutter (4.12.4-rc.1)
- 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: e6195727a346496be760712b400708e5800079a7
DittoFlutter: 8798f2dd6881c14972afa856dec277b30dc0b184
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-rc.1):
- DittoFlutter (= 4.12.4-rc.1)
- FlutterMacOS
- DittoFlutter (4.12.3)
- DittoFlutter (4.12.4-rc.1)
- 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: 626fa7a1e299029022de0d14c960bead654f080a
DittoFlutter: 8798f2dd6881c14972afa856dec277b30dc0b184
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: "648c91f0515a80e7bef76793a1fc0a79c4cf5868bbba59a86aafbcd41436f197"
url: "https://pub.dev"
source: hosted
version: "4.12.3"
version: "4.12.4-rc.1"
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-rc.1

# 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-rc.1",
"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-rc.1",
"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-rc.1):
- DittoReactNativeIOS (= 4.12.4-rc.1)
- 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-rc.1)
- 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: 046961bb7ed38558acdc0c25039d0b72cc029785
DittoReactNativeIOS: 84af85f44ed6c005072fd9468cd19cc43c226084
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-rc.1",
"@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/ditto@^4.12.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/ditto@^4.12.4-rc.1":
version "4.12.4-rc.1"
resolved "https://registry.npmjs.org/@dittolive/ditto/-/ditto-4.12.4-rc.1.tgz"
integrity sha512-yS7Mf2o3CPVZUClDtXI4h0kebtkNwFVxNNxP8XtLe69BOcLxpnrB+WiCzNZFhyWGfl7lbO3TlZdukM1Qsvp3Nw==
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-rc.1):
- DittoReactNativeIOS (= 4.12.4-rc.1)
- 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-rc.1)
- 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: 046961bb7ed38558acdc0c25039d0b72cc029785
DittoReactNativeIOS: 84af85f44ed6c005072fd9468cd19cc43c226084
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-rc.1):
- DittoReactNativeIOS (= 4.12.4-rc.1)
- 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-rc.1)
- 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: c320b2b34e92acfc4e46e64314e4580ea3c1fdfb
DittoReactNativeIOS: 84af85f44ed6c005072fd9468cd19cc43c226084
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-rc.1",
"react": "19.0.0",
"react-native": "0.79.1",
"react-native-bouncy-checkbox": "^4.1.2"
Expand Down
Loading
Loading