diff options
author | pacien | 2018-05-26 13:22:59 +0200 |
---|---|---|
committer | pacien | 2018-05-26 13:22:59 +0200 |
commit | f11671e68b8a132623317c5402d3a5a800af2e2d (patch) | |
tree | 79eb2c57fca53cc24fd97628ccecd4f48d9e14cc /app | |
parent | 4a32801f95e08620e8f6a7e30c75a94af1d533ed (diff) | |
download | tincapp-f11671e68b8a132623317c5402d3a5a800af2e2d.tar.gz |
Remove unsupported ABI
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle | 2 |
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 | ||