SDK: Fix software update download (#1639)

Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2024-02-13 12:29:30 +02:00
committed by GitHub
parent 3b6570bca6
commit e47d78f7ef
2 changed files with 3 additions and 2 deletions

View File

@@ -34,5 +34,5 @@ public class Tenant {
@Nullable
private String gatewayToken;
private boolean downloadAuthenticationEnabled;
private boolean downloadAuthenticationEnabled = true;
}