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 fcf2251 commit b711b47Copy full SHA for b711b47
pythonforandroid/recipes/openssl/__init__.py
@@ -47,7 +47,7 @@ class OpenSSLRecipe(Recipe):
47
version = '1.1'
48
'''the major minor version used to link our recipes'''
49
50
- url_version = '1.1.1e'
+ url_version = '1.1.1'
51
'''the version used to download our libraries'''
52
53
url = 'https://www.openssl.org/source/openssl-{url_version}.tar.gz'
testapps/on_device_unit_tests/setup.py
@@ -44,6 +44,7 @@
44
'ndk-api': 21,
45
'dist-name': 'bdist_unit_tests_app',
46
'arch': 'armeabi-v7a',
+ 'bootstrap' : 'sdl2',
'permissions': ['INTERNET', 'VIBRATE'],
'orientation': 'sensor',
'service': 'P4a_test_service:app_service.py',
0 commit comments