aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorpacien2018-05-26 13:22:59 +0200
committerpacien2018-05-26 13:22:59 +0200
commitf11671e68b8a132623317c5402d3a5a800af2e2d (patch)
tree79eb2c57fca53cc24fd97628ccecd4f48d9e14cc /app/build.gradle
parent4a32801f95e08620e8f6a7e30c75a94af1d533ed (diff)
downloadtincapp-f11671e68b8a132623317c5402d3a5a800af2e2d.tar.gz
Remove unsupported ABI
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 1fb7344..3701352 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -14,7 +14,7 @@ android {
14 versionCode 14 14 versionCode 14
15 versionName '0.14' 15 versionName '0.14'
16 ndk { 16 ndk {
17 abiFilters 'x86', 'x86_64', 'armeabi', 'armeabi-v7a', 'arm64-v8a' 17 abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
18 } 18 }
19 } 19 }
20 20