Skip to content

Commit c1659b8

Browse files
committed
load ssl and crypto libs before loading python, for (4.1.2 or earlier devices)
closes kivy#866
1 parent aacc461 commit c1659b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pythonforandroid/bootstraps/sdl2/build/src/org/kivy/android/PythonUtil.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ protected static String[] getLibraries() {
1414
"SDL2_image",
1515
"SDL2_mixer",
1616
"SDL2_ttf",
17+
"crypto1.0.2h",
18+
"ssl1.0.2h",
1719
"python2.7",
1820
"python3.5m",
1921
"main"

0 commit comments

Comments
 (0)