aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorLena <lena@omega>2026-08-01 00:00:00 +0000
committerLena <lena@omega>2026-08-01 00:00:00 +0000
commitf379b93d52bf0dbd3816ec3f64d165314771d2a6 (patch)
tree28081c68d9eac9ecc787258ead3b0bf06afb41e9 /app/build.gradle
parent827653aa291e37ae63c0cfa1eee4fbaa20cea122 (diff)
downloadscrcpy-android-f379b93d52bf0dbd3816ec3f64d165314771d2a6.tar.gz
adb: reduce and harden wireless transport
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'
}