Skip to content

Commit fdfb261

Browse files
committed
Bump Ditto dependency to 4.12.2
1 parent 08eef6e commit fdfb261

File tree

24 files changed

+24976
-10254
lines changed

24 files changed

+24976
-10254
lines changed

android-cpp/QuickStartTasksCPP/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ android {
138138

139139
dependencies {
140140
// Ditto C++ SDK for Android
141-
implementation("live.ditto:ditto-cpp:4.12.1")
141+
implementation("live.ditto:ditto-cpp:4.12.2")
142142

143143
implementation(libs.androidx.core.ktx)
144144
implementation(libs.androidx.lifecycle.runtime.ktx)

android-java/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
ditto = "4.11.1"
2+
ditto = "4.12.2"
33
agp = "8.7.3"
44
constraintlayout = "2.2.0"
55
kotlin = "2.0.0"

android-kotlin/QuickStartTasks/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ appcompat = "1.7.1"
1414
datastorePreferences = "1.1.7"
1515
koin-bom = "4.1.0"
1616
coroutines-tests = "1.10.2"
17-
ditto = "4.11.1"
17+
ditto = "4.12.2"
1818
monitor = "1.7.2"
1919

2020
[libraries]

dotnet-maui/DittoMauiTasksApp/DittoMauiTasksApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</ItemGroup>
4848
<ItemGroup>
4949
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.1" />
50-
<PackageReference Include="Ditto" Version="4.11.1" />
50+
<PackageReference Include="Ditto" Version="4.12.2" />
5151
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
5252
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
5353
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)" />

dotnet-tui/DittoDotNetTasksConsole.Tests/DittoDotNetTasksConsole.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1313
<PackageReference Include="xunit" Version="2.9.2" />
1414
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
15-
<PackageReference Include="Ditto" Version="4.11.1" />
15+
<PackageReference Include="Ditto" Version="4.12.2" />
1616
<PackageReference Include="Terminal.Gui" Version="1.17.1" />
1717
</ItemGroup>
1818

dotnet-tui/DittoDotNetTasksConsole/DittoDotNetTasksConsole.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Ditto" Version="4.11.1" />
11+
<PackageReference Include="Ditto" Version="4.12.2" />
1212
<PackageReference Include="Terminal.Gui" Version="1.17.1" />
1313
</ItemGroup>
1414

dotnet-winforms/IntegrationTest/IntegrationTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Ditto" Version="4.11.1" />
11+
<PackageReference Include="Ditto" Version="4.12.2" />
1212
<PackageReference Include="System.Text.Json" Version="9.0.4" />
1313
</ItemGroup>
1414

dotnet-winforms/TasksApp/DittoTasksApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Ditto" Version="4.11.1" />
12+
<PackageReference Include="Ditto" Version="4.12.2" />
1313
<PackageReference Include="System.Text.Json" Version="9.0.4" />
1414
</ItemGroup>
1515

flutter_app/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ packages:
6969
dependency: "direct main"
7070
description:
7171
name: ditto_live
72-
sha256: "4029e64b439e32621dbf6fdb2b92913e3a891095c78361333aa49cb0ca4b2903"
72+
sha256: "70072d4492bf7436483473bd37d7579295583c8ca797e18d90c4d704ed217a54"
7373
url: "https://pub.dev"
7474
source: hosted
75-
version: "4.11.0"
75+
version: "4.12.2"
7676
equatable:
7777
dependency: "direct main"
7878
description:

flutter_app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies:
3232
flutter:
3333
sdk: flutter
3434

35-
ditto_live: ^4.11.0
35+
ditto_live: ^4.12.2
3636

3737
# The following adds the Cupertino Icons font to your application.
3838
# Use with the CupertinoIcons class for iOS style icons.

0 commit comments

Comments
 (0)