Skip to content

Commit aad4dc9

Browse files
author
agilewalker
committed
Fix Python3.5 build
1 parent 58b0150 commit aad4dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/python3crystax/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#endif
3232
"""
3333
LATEST_FULL_VERSION = {
34-
'3.5': '3.5.4',
34+
'3.5': '3.5.1',
3535
'3.6': '3.6.4'
3636
}
3737

0 commit comments

Comments
 (0)