mirror of
https://github.com/M66B/NetGuard.git
synced 2025-01-30 19:31:26 +00:00
Updated build tools and remove deprecated ABIs
This commit is contained in:
parent
a064ed66e4
commit
54119a6259
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue