Specified ndkVersion and cmake version

Asked lint to also check dependencies
This commit is contained in:
Juha Heinanen
2022-01-03 09:47:36 +02:00
parent 320e12acab
commit 19935e9ba6

View File

@ -3,6 +3,7 @@ apply plugin: 'kotlin-android'
android {
compileSdkVersion = 31
ndkVersion = '23.1.7779620'
defaultConfig {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
@ -12,11 +13,15 @@ android {
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'
version '3.18.1'
}
}
ndk {
abiFilters 'armeabi-v7a', 'arm64-v8a'
}
lintOptions {
checkDependencies true
}
}
splits {
abi {