From 8bb072a2e705f71c28e6e1e300f82aeaa2eb80c9 Mon Sep 17 00:00:00 2001 From: NekoInverter <7741672-NekoInverter@users.noreply.gitlab.com> Date: Tue, 26 Jan 2021 01:06:24 +0800 Subject: [PATCH] Fix sandhook --- sandhook-hooklib/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/sandhook-hooklib/build.gradle b/sandhook-hooklib/build.gradle index c75ec3ff..77e75277 100644 --- a/sandhook-hooklib/build.gradle +++ b/sandhook-hooklib/build.gradle @@ -17,6 +17,7 @@ android { ndk { abiFilters 'armeabi-v7a', 'arm64-v8a' } + consumerProguardFiles 'proguard-rules.pro' } externalNativeBuild {