mirror of
https://github.com/DrBeef/RTCWQuest.git
synced 2025-04-22 23:11:02 +00:00
fix: specify required NDK version
This commit is contained in:
parent
ba89997b27
commit
2296e36b01
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ android {
|
|||
}
|
||||
compileSdkVersion = 26
|
||||
buildToolsVersion = '29.0.1'
|
||||
ndkVersion '21.4.7075529'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Reference in a new issue