summaryrefslogtreecommitdiff
path: root/platform/android/detect.py
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2021-02-18 00:28:27 +0100
committerRémi Verschelde <rverschelde@gmail.com>2021-02-18 00:28:51 +0100
commitc730da8b208b4ad3224cca3ee2b6281cc58cf9d5 (patch)
treebfd895f4a1dbca987374867b28fe7df127542d0f /platform/android/detect.py
parent622c4fe683640ce0d435063eb716c4ae47a16a47 (diff)
Android: Bump NDK version to 21.4.7075529
This is what GitHub Actions now provide and they removed the previous 21.3.6528147. A bit annoying to have our hand forced this way but it's still 21.x so should be good to upgrade.
Diffstat (limited to 'platform/android/detect.py')
-rw-r--r--platform/android/detect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/detect.py b/platform/android/detect.py
index 0e696024a9..98d4a21e26 100644
--- a/platform/android/detect.py
+++ b/platform/android/detect.py
@@ -373,7 +373,7 @@ def configure(env):
# Return the project NDK version.
# This is kept in sync with the value in 'platform/android/java/app/config.gradle'.
def get_project_ndk_version():
- return "21.3.6528147"
+ return "21.4.7075529"
# Return NDK version string in source.properties (adapted from the Chromium project).