Skip to content

Commit 9689217

Browse files
author
github-actions
committed
Bump SDK version to 25.7.2 (matrix-rust-sdk to 3c873262c703848ba7743c19b10b7c1d5cf72b9c)
1 parent 49e6f5b commit 9689217

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
object BuildVersionsSDK {
22
const val majorVersion = 25
33
const val minorVersion = 7
4-
const val patchVersion = 1
4+
const val patchVersion = 2
55
}

sdk/sdk-android/src/main/kotlin/org/matrix/rustcomponents/sdk/matrix_sdk_ffi.kt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42335,7 +42335,11 @@ enum class TraceLogPacks {
4233542335
/**
4233642336
* Enables all the logs relevant to the timeline.
4233742337
*/
42338-
TIMELINE;
42338+
TIMELINE,
42339+
/**
42340+
* Enables all the logs relevant to the notification client.
42341+
*/
42342+
NOTIFICATION_CLIENT;
4233942343
companion object
4234042344
}
4234142345

0 commit comments

Comments
 (0)