1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-09 03:37:03 +01:00

Update logback-android to 3.0.0, slf4j to 2.0.13

We do not need the exclusion anymore, since
https://github.com/tony19/logback-android/issues/73 is fixed.
This commit is contained in:
José Rebelo 2024-07-02 23:58:41 +01:00
parent 66de7245d0
commit c2e57df09b
2 changed files with 2 additions and 7 deletions

View File

@ -226,10 +226,8 @@ dependencies {
implementation "com.google.code.gson:gson:2.8.9"
implementation "no.nordicsemi.android:dfu:1.12.0"
implementation("com.github.tony19:logback-android:2.0.0") {
exclude group: "com.google.android", module: "android"
}
implementation "org.slf4j:slf4j-api:1.7.36"
implementation "com.github.tony19:logback-android:3.0.0"
implementation "org.slf4j:slf4j-api:2.0.13"
implementation "com.github.PhilJay:MPAndroidChart:v3.1.0"
implementation "com.github.pfichtner:durationformatter:0.1.1"
implementation "de.cketti.library.changelog:ckchangelog:1.2.2"

View File

@ -22,11 +22,8 @@ import org.threeten.bp.zone.ZoneOffsetTransition;
import org.threeten.bp.zone.ZoneRules;
import java.nio.ByteBuffer;
import java.util.Date;
import java.util.TimeZone;
import ch.qos.logback.core.encoder.ByteArrayUtil;
public class Time extends WithingsStructure {
private Instant now;