mirror of
https://github.com/M66B/NetGuard.git
synced 2025-03-11 14:44:54 +00:00
Specify NDK version
This commit is contained in:
parent
86ba6346ce
commit
b068900a3e
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//ndkVersion "21.4.7075529"
|
ndkVersion "25.2.9519653"
|
||||||
ndk {
|
ndk {
|
||||||
// https://developer.android.com/ndk/guides/abis.html#sa
|
// https://developer.android.com/ndk/guides/abis.html#sa
|
||||||
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
|
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
|
||||||
|
|
Loading…
Add table
Reference in a new issue