Skip to content

Commit 68107c2

Browse files
authored
Attempt to fix sentry by using older version
1 parent 26450ef commit 68107c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ add_requires(
4141
"gtest v1.14.0",
4242
"mem 1.0.0",
4343
"glm 0.9.9+8",
44-
"sentry-native 0.7.1",
44+
"sentry-native 0.5",
4545
"zlib v1.3.1"
4646
)
4747
if is_plat("windows") then

0 commit comments

Comments
 (0)