You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Add missing ndkVersion to the library gradle build config.
(cherry picked from commit 9418197081)
This commit is contained in:
committed by
Rémi Verschelde
parent
1557bc8396
commit
96a3f01ac5
@@ -13,6 +13,8 @@ android {
|
|||||||
compileSdkVersion versions.compileSdk
|
compileSdkVersion versions.compileSdk
|
||||||
buildToolsVersion versions.buildTools
|
buildToolsVersion versions.buildTools
|
||||||
|
|
||||||
|
ndkVersion versions.ndkVersion
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion versions.minSdk
|
minSdkVersion versions.minSdk
|
||||||
targetSdkVersion versions.targetSdk
|
targetSdkVersion versions.targetSdk
|
||||||
|
|||||||
Reference in New Issue
Block a user