summaryrefslogtreecommitdiffhomepage
path: root/tunnel
diff options
context:
space:
mode:
Diffstat (limited to 'tunnel')
-rw-r--r--tunnel/build.gradle8
1 files changed, 8 insertions, 0 deletions
diff --git a/tunnel/build.gradle b/tunnel/build.gradle
index a4aac676..31f10bed 100644
--- a/tunnel/build.gradle
+++ b/tunnel/build.gradle
@@ -48,6 +48,14 @@ android {
disable('NewApi') // Desugaring!
}
ndkVersion "21.0.6113669"
+ splits {
+ abi {
+ enable true
+ reset()
+ include "arm64-v8a", "x86_64"
+ universalApk false
+ }
+ }
}
dependencies {