Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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 android-cpp/QuickStartTasksCPP/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ android {

dependencies {
// Ditto C++ SDK for Android
implementation("live.ditto:ditto-cpp:4.12.4")
implementation("live.ditto:ditto-cpp:4.13.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.4"
ditto = "4.13.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.4"
ditto = "4.13.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.4
DITTO_SDK_VERSION ?= 4.13.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.4" />
<PackageReference Include="Ditto" Version="4.13.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.4" />
<PackageReference Include="Ditto" Version="4.13.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.4" />
<PackageReference Include="Ditto" Version="4.13.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.4" />
<PackageReference Include="Ditto" Version="4.13.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.4):
- DittoFlutter (= 4.12.4)
- ditto_live (4.13.1):
- DittoFlutter (= 4.13.1)
- Flutter
- DittoFlutter (4.12.4)
- DittoFlutter (4.13.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: f3bb10807a90bc9e8110945052aa791a6fd4fa78
DittoFlutter: cd4812358982d87e6cc69f9a2d4d53f2d21e74ab
ditto_live: 93459c7d7c067ba16d4104925ea80c54dd13bf67
DittoFlutter: 26e21d5665e9bcc11660c4eceb1ec66b8ba64667
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.4):
- DittoFlutter (= 4.12.4)
- ditto_live (4.13.1):
- DittoFlutter (= 4.13.1)
- FlutterMacOS
- DittoFlutter (4.12.4)
- DittoFlutter (4.13.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: 5673d16b7338a456ad07b54818ca15f0c0ebff8b
DittoFlutter: cd4812358982d87e6cc69f9a2d4d53f2d21e74ab
ditto_live: a46b3eba63227c95adffe6094d3153a74c060d0c
DittoFlutter: 26e21d5665e9bcc11660c4eceb1ec66b8ba64667
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46

Expand Down
4 changes: 2 additions & 2 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: "154035efccb539b94a33a502f3e4a73748ea44c00f9fe8ea7f8dc030b8b46e9e"
sha256: f095d52ec464e0c50323a4c37717a4e4727c00c035be8e11c0120b5bac927103
url: "https://pub.dev"
source: hosted
version: "4.12.4"
version: "4.13.1"
equatable:
dependency: "direct main"
description:
Expand Down
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.4
ditto_live: 4.13.1

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
Expand Down
1 change: 1 addition & 0 deletions flutter_app/windows/flutter/generated_plugins.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ list(APPEND FLUTTER_PLUGIN_LIST
)

list(APPEND FLUTTER_FFI_PLUGIN_LIST
ditto_live
)

set(PLUGIN_BUNDLED_LIBRARIES)
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.4",
"@dittolive/ditto": "4.13.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.4",
"@dittolive/ditto": "4.13.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.4):
- DittoReactNativeIOS (= 4.12.4)
- DittoReactNative (4.13.1):
- DittoReactNativeIOS (= 4.13.1)
- DoubleConversion
- glog
- hermes-engine
Expand All @@ -25,7 +25,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- DittoReactNativeIOS (4.12.4)
- DittoReactNativeIOS (4.13.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: aec2d4a98473ae995b20d3fcb2df809fc18ef94f
DittoReactNativeIOS: 9f170c67265a2438e8a466ea21cec9e49db6fd47
DittoReactNative: d976795078d24a8ad8e07b164e840af611bb4a3f
DittoReactNativeIOS: abf1a8d2479b73e04f963eac46000ac7cfb21e20
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.4",
"@dittolive/ditto": "4.13.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.4":
version "4.12.4"
resolved "https://registry.npmjs.org/@dittolive/ditto/-/ditto-4.12.4.tgz"
integrity sha512-wsEyo33O9lnovYDoIueif5HaI9R7IgHjNrNNu939Zl54lfJlPdE+GkSLI5Srj486cjsEJm9/YkADfBQoW+l/yA==
"@dittolive/ditto@4.13.1":
version "4.13.1"
resolved "https://registry.npmjs.org/@dittolive/ditto/-/ditto-4.13.1.tgz"
integrity sha512-fkLbXohBTk+mkyDoMdMXV+9PviEbNS+xp8fWi1qYe5xseSY9ZGCtFHgX4pZWlH3UvzU5Yz2Z6DzRpjWifID3Ww==
dependencies:
"@expo/config-plugins" "^9.0.11"
cbor-redux "^1.0.0"
Expand Down
Loading
Loading