From f78b22163c15adc58b7065984000213479e83ef5 Mon Sep 17 00:00:00 2001 From: Brutus5000 Date: Wed, 27 Nov 2024 09:37:39 +0100 Subject: [PATCH] Update ice adapter to 3.3.10 (manual reconnect) * In the Debug window there is a new column with a reconnect button to manually initiate a reconnect. * Bugfix: If the debug window is opened later on, it now shows all peers --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index d448f1ffc4..b8f3563174 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ version=unspecified javafxPlatform=unspecified -iceAdapterVersion=3.3.9 +iceAdapterVersion=3.3.10