Skip to content

Commit be21a0a

Browse files
committed
v1.61.4 - auto detect pydroid, flet, androidx runtime, sound path for custom sound
1 parent 4939eb5 commit be21a0a

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ On the [pydroid 3](https://play.google.com/store/apps/details?id=ru.iiec.pydroid
9999
from kivy.app import App
100100
from kivy.uix.boxlayout import BoxLayout
101101
from 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

106105
class AndroidNotifyDemoApp(App):

android_notify/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22

3-
__version__ = "1.61.3"
3+
__version__ = "1.61.4"
44

55
from .internal.logger import logger
66

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "android-notify"
7-
version = "1.61.3"
7+
version = "1.61.4"
88
description = "A Python package that simplifies creating Android notifications in Kivy and Flet apps."
99
readme = { file = "README.md", content-type = "text/markdown" }
1010

0 commit comments

Comments
 (0)