aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 2c8ec99..c75bfc0 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -132,9 +132,6 @@ dependencies {
// we declare it explicitly here rather than patch the vendor tree.
implementation 'org.bouncycastle:bcprov-jdk15to18:1.84'
- // Wireless pairing requires the public Conscrypt API and native provider.
- implementation 'org.conscrypt:conscrypt-android:2.6.1'
-
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.json:json:20240303'
}