Skip to content

Commit 65fc8d8

Browse files
committed
docs: found out changing "dependencies" in "pyproject.toml" clears Steps
1 parent 0d89582 commit 65fc8d8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ android.api = 35
7373
```toml
7474
[tool.flet.android]
7575
dependencies = [
76-
"pyjnius","android_notify"
76+
"pyjnius","android-notify"
7777
]
7878

7979
[tool.flet.android.permission]
@@ -109,13 +109,14 @@ To this:
109109
-keep class androidx.core.app.ActivityCompat { *; }
110110
```
111111
> [!NOTE]
112-
> If you change these values `name, bundle_id, product, company` in your `pyproject.toml` file, make sure to go through the above steps again to ensure the changes are reflected in the build files.
112+
> If you change these values `dependencies, name, bundle_id, product, company` in your `pyproject.toml` file, make sure to go through the above steps again to ensure the changes are reflected in the build files.
113113
[complete flet example](https://github.com/Fector101/android_notify/tree/main/docs/examples/flet-working)
114114

115115
Can be installed via `pip` For testing purposes:
116116

117117
```bash
118118
pip install android_notify
119+
android-notify -v
119120
```
120121

121122
## Documentation

0 commit comments

Comments
 (0)