Configured default NDK version in build.gradle.

This commit is contained in:
XsparkieX 2021-02-01 21:50:01 +01:00
parent bcc28a0ae3
commit a86c0bf269
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 29
buildToolsVersion "29.0.2"
ndkVersion "21.1.6352462"
defaultConfig {
applicationId = 'com.sparkie.ioq3quest'
minSdkVersion 25