You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +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
|
||||
buildToolsVersion versions.buildTools
|
||||
|
||||
ndkVersion versions.ndkVersion
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion versions.minSdk
|
||||
targetSdkVersion versions.targetSdk
|
||||
|
||||
Reference in New Issue
Block a user