Skip to content

Commit 2c547fb

Browse files
author
pbangal
committed
Upgrading the flask version to avoid exception at the start of webview application
1 parent fd0a544 commit 2c547fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/flask/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
class FlaskRecipe(PythonRecipe):
6-
version = '1.1.2'
6+
version = '2.0.3'
77
url = 'https://github.com/pallets/flask/archive/{version}.zip'
88

99
depends = ['setuptools']

0 commit comments

Comments
 (0)