Skip to content

Commit

Permalink
Struggling with opening damn epub file after generation on android
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdanbobrowski committed Oct 31, 2024
1 parent 7b24ab6 commit 4b60f4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blog2epub/blog2epub_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from itertools import cycle
from threading import Thread
from typing import List
from pyjnius import autoclass # type: ignore
from jnius import autoclass # type: ignore

from kivy.uix.anchorlayout import AnchorLayout # type: ignore
from kivy.uix.boxlayout import BoxLayout # type: ignore
Expand Down
2 changes: 1 addition & 1 deletion buildozer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ version = 1.4.0

# (list) Application requirements
# comma separated e.g. requirements = sqlite3,kivy
requirements = python3,kivy==2.3.0,kivymd==1.2.0,pydantic,pydantic_core,lxml==5.3.0,attrs,pillow,beautifulsoup4,ebooklib,python-dateutil,atoma,fake-useragent,pyyaml,plyer,defusedxml
requirements = python3,kivy==2.3.0,kivymd==1.2.0,pydantic,pydantic_core,lxml==5.3.0,attrs,pillow,beautifulsoup4,ebooklib,python-dateutil,atoma,fake-useragent,pyyaml,plyer,defusedxml,pyjnius

# (str) Custom source folders for requirements
# Sets custom source for any requirements with recipes
Expand Down

0 comments on commit 4b60f4a

Please sign in to comment.