Skip to content

Commit f5dbf21

Browse files
authored
Update recommended NDK version to 19c (#2116)
Probably newer versions are also fine, but making this change in particular because the buildozer download url for 19b no longer exists. I think the 19c one should work fine though.
1 parent 16155c0 commit f5dbf21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recommendations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
MAX_NDK_VERSION = 20
1313

1414
# DO NOT CHANGE LINE FORMAT: buildozer parses the existence of a RECOMMENDED_NDK_VERSION
15-
RECOMMENDED_NDK_VERSION = "19b"
15+
RECOMMENDED_NDK_VERSION = "19c"
1616

1717
NDK_DOWNLOAD_URL = "https://developer.android.com/ndk/downloads/"
1818

0 commit comments

Comments
 (0)