Skip to content

Commit c4b834c

Browse files
authored
Merge pull request #3002 from DataDog/tvaleev/feature/preparing-release-2.26.3
Preparing release `2.26.3`
2 parents 12bce57 + b5161c3 commit c4b834c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.26.3 / 2025-11-12
2+
3+
* [IMPROVEMENT] Disable the collection of jank stats for the Unity SDK. See [#3001](https://github.com/DataDog/dd-sdk-android/pull/3001)
4+
15
# 2.26.2 / 2025-10-09
26

37
* [IMPROVEMENT] Extend resource handling to support multiple MIME types in RN. See [#2914](https://github.com/DataDog/dd-sdk-android/pull/2914)

buildSrc/src/main/kotlin/com/datadog/gradle/config/AndroidConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ object AndroidConfig {
2121
const val MIN_SDK_FOR_AUTO = 29
2222
const val BUILD_TOOLS_VERSION = "36.0.0"
2323

24-
val VERSION = Version(2, 26, 2, Version.Type.Release)
24+
val VERSION = Version(2, 26, 3, Version.Type.Release)
2525
}
2626

2727
// TODO RUM-628 Switch to Java 17 bytecode

0 commit comments

Comments
 (0)