Skip to content

Commit 8acaf47

Browse files
committed
feat: protocol v12 support, add api 12 to dev mode (WPB-20296)
1 parent 899afb0 commit 8acaf47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

network/src/commonMain/kotlin/com/wire/kalium/network/BackendMetaDataUtil.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ val SupportedApiVersions: Set<Int> = setOf(0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11)
2828

2929
// They are not truly constants as set is not a primitive type, yet are treated as one in this context
3030
@Suppress("MagicNumber")
31-
val DevelopmentApiVersions: Set<Int> = setOf()
31+
val DevelopmentApiVersions: Set<Int> = setOf(12)
3232

3333
// You can use scripts/generate_new_api_version.sh or gradle task network:generateNewApiVersion to
3434
// bump API version and generate all needed classes

0 commit comments

Comments
 (0)