From e6085ef84c5f10b4ebc10a7a77b236b00aaceb1d Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Tue, 7 Mar 2023 11:30:25 -0300 Subject: [PATCH] [app] Move panic dependency to full flavor --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 0d263006e..0a838e522 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -165,7 +165,6 @@ dependencies { implementation 'com.google.zxing:core:3.3.3' // newer version need minSdk 24 or library desugering implementation 'info.guardianproject.netcipher:netcipher:2.2.0-alpha' - implementation 'info.guardianproject.panic:panic:1.0' //noinspection GradleDependency -> Commons IO > 2.5 uses java.nio.file, which requires desugaring implementation 'commons-io:commons-io:2.6' implementation 'commons-net:commons-net:3.6' @@ -181,6 +180,7 @@ dependencies { annotationProcessor "com.github.bumptech.glide:compiler:4.12.0" implementation 'org.bouncycastle:bcprov-jdk15to18:1.71' + fullImplementation 'info.guardianproject.panic:panic:1.0' fullImplementation 'org.bouncycastle:bcpkix-jdk15to18:1.71' fullImplementation 'org.jmdns:jmdns:3.5.5' fullImplementation 'org.nanohttpd:nanohttpd:2.3.1'