Add missing ndkVersion
to the library gradle build config.
This commit is contained in:
parent
49979ad1be
commit
9418197081
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ android {
|
|||
compileSdkVersion versions.compileSdk
|
||||
buildToolsVersion versions.buildTools
|
||||
|
||||
ndkVersion versions.ndkVersion
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion versions.minSdk
|
||||
targetSdkVersion versions.targetSdk
|
||||
|
|
Loading…
Reference in a new issue