We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f656f8 commit b9e9dfcCopy full SHA for b9e9dfc
1 file changed
pythonforandroid/bootstraps/common/build/src/main/java/org/kivy/android/PythonUtil.java
@@ -40,6 +40,7 @@ protected static ArrayList<String> getLibraries(File libsDir) {
40
libsList.add("python3.5m");
41
libsList.add("python3.6m");
42
libsList.add("python3.7m");
43
+ libsList.add("python3.8m");
44
libsList.add("main");
45
return libsList;
46
}
0 commit comments