summaryrefslogtreecommitdiff
path: root/platform/android/detect.py
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-02-18 00:37:32 +0100
committerGitHub <noreply@github.com>2021-02-18 00:37:32 +0100
commit29e0556f6f7510b7df71fc7c03f1c35e5722411d (patch)
treebfd895f4a1dbca987374867b28fe7df127542d0f /platform/android/detect.py
parent622c4fe683640ce0d435063eb716c4ae47a16a47 (diff)
parentc730da8b208b4ad3224cca3ee2b6281cc58cf9d5 (diff)
Merge pull request #46145 from akien-mga/android-ndk-21.4.7075529
Android: Bump NDK version to 21.4.7075529
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).