From ce3637004e6d5824781ddcfaedb69b80b02ce197 Mon Sep 17 00:00:00 2001 From: emanuele-f Date: Sun, 9 Jan 2022 14:26:20 +0100 Subject: [PATCH] Fix symbols missing in the debug build --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 842cc23f..44b90c2c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,7 +30,7 @@ android { // NOTE: unstripped nDPI library takes up about 4 MB! //doNotStrip '**.so' doNotStrip '**/libpcapd.so' - doNotStrip '**/libvpnproxy-jni.so' + doNotStrip '**/libcapture.so' } } }