From f379b93d52bf0dbd3816ec3f64d165314771d2a6 Mon Sep 17 00:00:00 2001 From: Lena Date: Sat, 1 Aug 2026 00:00:00 +0000 Subject: adb: reduce and harden wireless transport --- app/build.gradle | 3 --- 1 file changed, 3 deletions(-) (limited to 'app/build.gradle') 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' } -- cgit v1.2.3