@@ -58,7 +58,7 @@ In your **`buildozer.spec`** file, ensure you include the following:
5858
5959``` ini
6060# Add pyjnius so ensure it's packaged with the build
61- requirements = python3, kivy, pyjnius, android-notify ==1.60.8 .dev0
61+ requirements = python3, kivy, pyjnius, android-notify ==1.60.9 .dev0
6262# Add permission for notifications
6363android.permissions = POST_NOTIFICATIONS
6464```
@@ -76,7 +76,7 @@ In your `pyproject.toml` file, ensure you include the following:
7676``` toml
7777[tool .flet .android ]
7878dependencies = [
79- " pyjnius" ," android-notify==1.60.8 .dev0"
79+ " pyjnius" ," android-notify==1.60.9 .dev0"
8080]
8181
8282[tool .flet .android .permission ]
@@ -94,10 +94,10 @@ dependencies = [
9494<br />
9595
9696On the [ pydroid 3] ( https://play.google.com/store/apps/details?id=ru.iiec.pydroid3 ) mobile app for running python code you can test some features.
97- - In pip section where you're asked to insert ` Libary name ` paste ` android-notify==1.60.8 .dev0 `
97+ - In pip section where you're asked to insert ` Libary name ` paste ` android-notify==1.60.9 .dev0 `
9898- Minimal working example
9999``` py
100- # Testing with `android-notify==1.60.8 .dev0` on pydroid
100+ # Testing with `android-notify==1.60.9 .dev0` on pydroid
101101from kivy.app import App
102102from kivy.uix.boxlayout import BoxLayout
103103from kivy.uix.button import Button
0 commit comments