Merge pull request #3362 from cryptomator/feature/update-checker-refactoring

Feature: Expansion of Preferences Update Tab with UI Elements and Refactoring of UpdateChecker
This commit is contained in:
mindmonk
2024-05-10 16:31:26 +02:00
committed by GitHub
14 changed files with 230 additions and 63 deletions

View File

@@ -38,6 +38,7 @@ open module org.cryptomator.desktop {
requires com.auth0.jwt;
requires com.google.common;
requires com.fasterxml.jackson.databind;
requires com.fasterxml.jackson.datatype.jsr310;
requires com.nimbusds.jose.jwt;
requires com.nulabinc.zxcvbn;
requires com.tobiasdiez.easybind;