Updated build tools and remove deprecated ABIs

This commit is contained in:
M66B 2018-01-12 07:26:34 +01:00
parent a064ed66e4
commit 54119a6259
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion = 27
buildToolsVersion = "27.0.2"
buildToolsVersion = "27.0.3"
defaultConfig {
applicationId = "eu.faircode.netguard"
@ -22,7 +22,7 @@ android {
ndk {
// https://developer.android.com/ndk/guides/abis.html#sa
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64', 'mips', 'mips64'
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
}
}