File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,8 +99,7 @@ On the [pydroid 3](https://play.google.com/store/apps/details?id=ru.iiec.pydroid
9999from kivy.app import App
100100from kivy.uix.boxlayout import BoxLayout
101101from kivy.uix.button import Button
102- from android_notify import Notification
103- from android_notify.core import asks_permission_if_needed
102+ from android_notify import Notification, NotificationHandler
104103
105104
106105class AndroidNotifyDemoApp (App ):
Original file line number Diff line number Diff line change 11import os
22
3- __version__ = "1.61.3 "
3+ __version__ = "1.61.4 "
44
55from .internal .logger import logger
66
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " android-notify"
7- version = " 1.61.3 "
7+ version = " 1.61.4 "
88description = " A Python package that simplifies creating Android notifications in Kivy and Flet apps."
99readme = { file = " README.md" , content-type = " text/markdown" }
1010
You can’t perform that action at this time.
0 commit comments