8000
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 8e2bcca commit c4a0f31Copy full SHA for c4a0f31
pythonforandroid/bootstraps/common/build/src/main/java/org/kivy/android/PythonUtil.java
@@ -37,7 +37,6 @@ 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