fix: specify required NDK version

This commit is contained in:
radwan92 2022-01-07 22:34:08 +01:00
parent ba89997b27
commit 2296e36b01

View file

@ -42,6 +42,7 @@ android {
}
compileSdkVersion = 26
buildToolsVersion = '29.0.1'
ndkVersion '21.4.7075529'
}
dependencies {