Specified ndkVersion and cmake version
Asked lint to also check dependencies
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user