We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e0eca commit fb72022Copy full SHA for fb72022
pythonforandroid/bootstraps/common/build/src/main/java/org/kivy/android/PythonUtil.java
@@ -37,6 +37,7 @@ protected static ArrayList<String> getLibraries(File libsDir) {
37
addLibraryIfExists(libsList, "ffi", libsDir);
38
addLibraryIfExists(libsList, "ssl.*", libsDir);
39
addLibraryIfExists(libsList, "crypto.*", libsDir);
40
+ addLibraryIfExists(libsList, "png16", libsDir);
41
libsList.add("python2.7");
42
libsList.add("python3.5m");
43
libsList.add("python3.6m");
0 commit comments