Add missing `ndkVersion` to the library gradle build config.

(cherry picked from commit 9418197081)
This commit is contained in:
Fredia Huya-Kouadio 2021-02-17 16:31:31 -08:00 committed by Rémi Verschelde
parent 1557bc8396
commit 96a3f01ac5
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ android {
compileSdkVersion versions.compileSdk
buildToolsVersion versions.buildTools
ndkVersion versions.ndkVersion
defaultConfig {
minSdkVersion versions.minSdk
targetSdkVersion versions.targetSdk