mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 14:52:00 +00:00
Configured default NDK version in build.gradle.
This commit is contained in:
parent
bcc28a0ae3
commit
a86c0bf269
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue