diff options
Diffstat (limited to 'godot-update')
-rwxr-xr-x | godot-update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/godot-update b/godot-update index dbfb3df..85d927e 100755 --- a/godot-update +++ b/godot-update @@ -57,7 +57,7 @@ function build() # https://docs.godotengine.org/en/3.2/development/compiling/compiling_for_android.html echo -e "${RED}gradlew clean$RESET" pushd platform/android/java && ./gradlew cleanGodotTemplates && popd - ndk_platform=android-30 + ndk_platform=android-22 for target in release debug; do for arch in arm64v8 armv7; #x86_6 |