introduced new dependency

removed latestVersion from Settings
changed SettingsJson from Date to Instant
new UpdateChecker Property checkFailed
optimized naming
changed wordning
refactoring
This commit is contained in:
Jan-Peter Klein
2024-04-29 10:34:17 +02:00
parent ae697d7b73
commit b16f32ca83
10 changed files with 46 additions and 37 deletions

View File

@@ -39,6 +39,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;