Skip to content

Commit

Permalink
revert android ndk 26.3.11579264
Browse files Browse the repository at this point in the history
  • Loading branch information
irov committed Oct 6, 2024
1 parent 3a8da0c commit 91e1045
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/android/build_depends_android.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set CONFIGURATION=%1

@echo Starting android dependencies build %CONFIGURATION% configuration...

set ANDROID_NDK_VERSION=28.0.12433566
set ANDROID_NDK_VERSION=26.3.11579264
set ANDROID_CMAKE_VERSION=3.30.4

set ANDROID_PLATFORM_VERSION=21
Expand Down
2 changes: 1 addition & 1 deletion gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ allprojects {
if (ANDROID_APP_NDK_VERSION != null) {
ndkVersion = ANDROID_APP_NDK_VERSION
} else {
ndkVersion = "28.0.12433566"
ndkVersion = "26.3.11579264"
}

if (ANDROID_APP_BUILD_TOOLS_VERSION != null) {
Expand Down

0 comments on commit 91e1045

Please sign in to comment.