From 38e3560590973cbcbf63a7550728e96906362888 Mon Sep 17 00:00:00 2001 From: Altonss <66519591+Altonss@users.noreply.github.com> Date: Tue, 3 Dec 2024 14:00:55 +0100 Subject: [PATCH] Update build.gradle --- app/build.gradle | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 6e2a5312..b19ada76 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -148,10 +148,7 @@ dependencies { exclude group: 'net.sf.kxml', module: 'kxml2' // provided by Android exclude group: 'org.slf4j', module: 'slf4j-api' // v. 2.0.16 broken } - constraints { - implementation 'org.slf4j:slf4j-api:2.0.9' // Force version 2.0.9 for now - } - debugImplementation 'org.slf4j:slf4j-api:1.7.32' + implementation 'org.slf4j:slf4j-api:2.0.9' // Force version 2.0.9 for now debugImplementation 'com.github.tony19:logback-android:1.1.1-12' testImplementation 'junit:junit:4.13.1'