Skip to content

Commit 0ed4d70

Browse files
committed
[testapp] Make a flask testapp...
So we can get an apk via gh-actions Notes: - this way the reviewers can install the flask apk without making the build - these changes will be reverted in the next commit...since we want a kivy app as our default)
1 parent 7a9e9bc commit 0ed4d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testapps/on_device_unit_tests/setup_test_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
'apk':
4040
{
4141
'requirements':
42-
'sqlite3,libffi,openssl,pyjnius,kivy,python3,requests',
42+
'sqlite3,libffi,openssl,pyjnius,flask,genericndkbuild,python3,requests',
4343
'android-api': 27,
4444
'ndk-api': 21,
4545
'dist-name': 'bdist_test_app_unittests',

0 commit comments

Comments
 (0)