Define NDK version

This commit is contained in:
vishnukvmd 2023-09-22 12:45:39 +05:30
parent 55acb833b3
commit 86ee26662d

View file

@ -33,6 +33,7 @@ if (keystorePropertiesFile.exists()) {
android {
compileSdkVersion 33
ndkVersion "25.1.8937393"
sourceSets {
main.java.srcDirs += 'src/main/kotlin'