Skip to content

Commit 5c021be

Browse files
committed
chore: upgrade to 4.11.4
1 parent 7ce5b98 commit 5c021be

15 files changed

Lines changed: 27 additions & 25 deletions

File tree

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

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

136136
dependencies {
137137
// Ditto C++ SDK for Android
138-
implementation("live.ditto:ditto-cpp:4.11.1")
138+
implementation("live.ditto:ditto-cpp:4.11.4-rc.2")
139139

140140
implementation(libs.androidx.core.ktx)
141141
implementation(libs.androidx.lifecycle.runtime.ktx)

android-java/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ After you have completed the [common prerequisites] you will need the following:
1313
## Documentation
1414

1515
- [Install Guide](https://docs.ditto.live/sdk/latest/install-guides/java/android)
16-
- [API Reference](https://software.ditto.live/android/Ditto/4.11.1/api-reference/)
16+
- [API Reference](https://software.ditto.live/android/Ditto/4.11.4-rc.2/api-reference/)
1717
- [SDK Release Notes](https://docs.ditto.live/sdk/latest/release-notes/java)
1818

1919
[common prerequisites]: https://github.com/getditto/quickstart#common-prerequisites
@@ -54,7 +54,7 @@ This line in `gradle/libs.versions.toml` specifies which version of the Ditto
5454
SDK to use:
5555

5656
```kotlin
57-
ditto = "4.11.1"
57+
ditto = "4.11.4-rc.2"
5858
```
5959

6060
To use a newer version of the SDK, change the version number on this line.

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.11.4-rc.2"
1818
monitor = "1.7.2"
1919

2020
[libraries]

android-kotlin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ After you have completed the [common prerequisites] you will need the following:
1313
## Documentation
1414

1515
- [Kotlin Install Guide](https://docs.ditto.live/install-guides/kotlin)
16-
- [Kotlin API Reference](https://software.ditto.live/android/Ditto/4.11.1/api-reference/)
16+
- [Kotlin API Reference](https://software.ditto.live/android/Ditto/4.11.4-rc.2/api-reference/)
1717
- [Kotlin SDK Release Notes](https://docs.ditto.live/release-notes/kotlin)
1818

1919
[common prerequisites]: https://github.com/getditto/quickstart#common-prerequisites
@@ -55,7 +55,7 @@ Android Studio to automatically download the Ditto SDK from Maven Central and
5555
add it to the project:
5656

5757
```kotlin
58-
implementation("live.ditto:ditto:4.11.1")
58+
implementation("live.ditto:ditto:4.11.4-rc.2")
5959
```
6060

6161
To use a newer version of the SDK, change the version number in this line.

dotnet-maui/DittoMauiTasksApp/DittoMauiTasksApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</ItemGroup>
4141
<ItemGroup>
4242
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.1" />
43-
<PackageReference Include="Ditto" Version="4.11.1" />
43+
<PackageReference Include="Ditto" Version="4.11.4-rc.2" />
4444
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
4545
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
4646
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)" />

dotnet-maui/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
## Documentation
1414

1515
- [Ditto C# .NET SDK Install Guide](https://docs.ditto.live/install-guides/c-sharp)
16-
- [Ditto C# .NET SDK API Reference](https://software.ditto.live/dotnet/Ditto/4.11.1/api-reference/)
16+
- [Ditto C# .NET SDK API Reference](https://software.ditto.live/dotnet/Ditto/4.11.4-rc.2/api-reference/)
1717
### Restore Packages
1818

1919
```sh

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.11.4-rc.2" />
1212
<PackageReference Include="Terminal.Gui" Version="1.17.1" />
1313
</ItemGroup>
1414

dotnet-winforms/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
## Documentation
1212

1313
- [Ditto C# .NET SDK Install Guide](https://docs.ditto.live/install-guides/c-sharp)
14-
- [Ditto C# .NET SDK API Reference](https://software.ditto.live/dotnet/Ditto/4.11.1/api-reference/)
14+
- [Ditto C# .NET SDK API Reference](https://software.ditto.live/dotnet/Ditto/4.11.4-rc.2/api-reference/)
1515

1616

1717
## .NET Windows Forms Application

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.11.4-rc.2" />
1313
<PackageReference Include="System.Text.Json" Version="9.0.4" />
1414
</ItemGroup>
1515

javascript-tui/package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)