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 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.1")
implementation("live.ditto:ditto-cpp:4.12.2")

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.11.1"
ditto = "4.12.2"
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.11.1"
ditto = "4.12.2"
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.0
DITTO_SDK_VERSION ?= 4.12.2
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.11.1" />
<PackageReference Include="Ditto" Version="4.12.2" />
<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.11.1" />
<PackageReference Include="Ditto" Version="4.12.2" />
<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.11.1" />
<PackageReference Include="Ditto" Version="4.12.2" />
<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.11.1" />
<PackageReference Include="Ditto" Version="4.12.2" />
<PackageReference Include="System.Text.Json" Version="9.0.4" />
</ItemGroup>

Expand Down
16 changes: 8 additions & 8 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.1):
- DittoFlutter (= 4.12.1)
- ditto_live (4.12.2):
- DittoFlutter (= 4.12.2)
- Flutter
- DittoFlutter (4.12.1)
- DittoFlutter (4.12.2)
- Flutter (1.0.0)
- integration_test (0.0.1):
- Flutter
Expand Down Expand Up @@ -36,12 +36,12 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/permission_handler_apple/ios"

SPEC CHECKSUMS:
ditto_live: 9803e93ccf092cae507a33716036072caed2dd9f
DittoFlutter: 261af21f8f2aeb15699d97413604ff4df88f846d
ditto_live: e130c0c5ffa681145213279be283861925f8783a
DittoFlutter: ab73274ffcf246db269841d128195a73372cd560
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
integration_test: 4a889634ef21a45d28d50d622cf412dc6d9f586e
path_provider_foundation: 080d55be775b7414fd5a5ef3ac137b97b097e564
permission_handler_apple: 4ed2196e43d0651e8ff7ca3483a069d469701f2d
integration_test: 252f60fa39af5e17c3aa9899d35d908a0721b573
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
permission_handler_apple: 9878588469a2b0d0fc1e048d9f43605f92e6cec2

PODFILE CHECKSUM: 1959d098c91d8a792531a723c4a9d7e9f6a01e38

Expand Down
12 changes: 6 additions & 6 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.1):
- DittoFlutter (= 4.12.1)
- ditto_live (4.12.2):
- DittoFlutter (= 4.12.2)
- FlutterMacOS
- DittoFlutter (4.12.1)
- DittoFlutter (4.12.2)
- FlutterMacOS (1.0.0)
- path_provider_foundation (0.0.1):
- Flutter
Expand All @@ -26,10 +26,10 @@ EXTERNAL SOURCES:
:path: Flutter/ephemeral/.symlinks/plugins/path_provider_foundation/darwin

SPEC CHECKSUMS:
ditto_live: 4dd96ea57eb5ccdfe7faf6e449a8eb70a5a3bc39
DittoFlutter: 261af21f8f2aeb15699d97413604ff4df88f846d
ditto_live: 0448e7bab0d6de0332aee62697433b67cad4c8ba
DittoFlutter: ab73274ffcf246db269841d128195a73372cd560
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
path_provider_foundation: 080d55be775b7414fd5a5ef3ac137b97b097e564
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46

PODFILE CHECKSUM: 7eb978b976557c8c1cd717d8185ec483fd090a82

Expand Down
24 changes: 12 additions & 12 deletions flutter_app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ packages:
dependency: transitive
description:
name: async
sha256: d2872f9c19731c2e5f10444b14686eb7cc85c76274bd6c16e1816bff9a3bab63
sha256: "758e6d74e971c3e5aceb4110bfd6698efc7f501675bcfe0c775459a8140750eb"
url: "https://pub.dev"
source: hosted
version: "2.12.0"
version: "2.13.0"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -69,10 +69,10 @@ packages:
dependency: "direct main"
description:
name: ditto_live
sha256: "5267b0e9fd093d2eacd328f5d75a627ffde7386f63f146b994e15bd938365c65"
sha256: "70072d4492bf7436483473bd37d7579295583c8ca797e18d90c4d704ed217a54"
url: "https://pub.dev"
source: hosted
version: "4.12.1"
version: "4.12.2"
equatable:
dependency: "direct main"
description:
Expand All @@ -85,10 +85,10 @@ packages:
dependency: transitive
description:
name: fake_async
sha256: "6a95e56b2449df2273fd8c45a662d6947ce1ebb7aafe80e550a3f68297f3cacc"
sha256: "5368f224a74523e8d2e7399ea1638b37aecfca824a3cc4dfdf77bf1fa905ac44"
url: "https://pub.dev"
source: hosted
version: "1.3.2"
version: "1.3.3"
ffi:
dependency: transitive
description:
Expand Down Expand Up @@ -179,10 +179,10 @@ packages:
dependency: transitive
description:
name: leak_tracker
sha256: c35baad643ba394b40aac41080300150a4f08fd0fd6a10378f8f7c6bc161acec
sha256: "6bb818ecbdffe216e81182c2f0714a2e62b593f4a4f13098713ff1685dfb6ab0"
url: "https://pub.dev"
source: hosted
version: "10.0.8"
version: "10.0.9"
leak_tracker_flutter_testing:
dependency: transitive
description:
Expand Down Expand Up @@ -448,10 +448,10 @@ packages:
dependency: transitive
description:
name: vm_service
sha256: "0968250880a6c5fe7edc067ed0a13d4bae1577fe2771dcf3010d52c4a9d3ca14"
sha256: ddfa8d30d89985b96407efce8acbdd124701f96741f2d981ca860662f1c0dc02
url: "https://pub.dev"
source: hosted
version: "14.3.1"
version: "15.0.0"
web:
dependency: transitive
description:
Expand All @@ -464,10 +464,10 @@ packages:
dependency: transitive
description:
name: webdriver
sha256: "3d773670966f02a646319410766d3b5e1037efb7f07cc68f844d5e06cd4d61c8"
sha256: "2f3a14ca026957870cfd9c635b83507e0e51d8091568e90129fbf805aba7cade"
url: "https://pub.dev"
source: hosted
version: "3.0.4"
version: "3.1.0"
xdg_directories:
dependency: transitive
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.1
ditto_live: ^4.12.2

# 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.11.1",
"@dittolive/ditto": "^4.12.2",
"dotenv": "^16.4.5",
"ink": "^4.1.0",
"meow": "^11.0.0",
Expand Down
9 changes: 5 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.11.1",
"@dittolive/ditto": "^4.12.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
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