diff options
| author | ilotterytea <iltsu@alright.party> | 2025-01-21 03:17:15 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-01-21 03:17:15 +0500 |
| commit | 1ecd8d1d527b6b66b4746e44023b6ab3cb2ca4cc (patch) | |
| tree | 44a766670059ef3beb1da048844fc7693418bcf8 /shared/build.gradle | |
| parent | 4e524d08c5b427cabc1a6e452347c09c963eb86c (diff) | |
feat: using other serializer and gdx-websocket (because the old one doesn't support gwt)
Diffstat (limited to 'shared/build.gradle')
| -rw-r--r-- | shared/build.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shared/build.gradle b/shared/build.gradle index 1eafc3b..d2344a1 100644 --- a/shared/build.gradle +++ b/shared/build.gradle @@ -1,5 +1,6 @@ eclipse.project.name = appName + '-shared' dependencies { - + api "com.badlogicgames.gdx:gdx:$gdxVersion" + api "com.github.czyzby:gdx-websocket-serialization:$gdxWsLibVersion" } |
