Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mzakharo authored Jul 22, 2022
1 parent 3c67856 commit c0b5c38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@ Edit `buildozer.spec`
```
package.domain = org.domain
#select service bootstrap
# select service bootstrap
p4a.bootstrap = service_library
# ask p4a to output aar instead of apk
android.release_artifact = aar
#specify your runtime python package dependencies here (comma separated)
# specify your runtime python package dependencies here (comma separated)
requirements = python3
# foreground : so that OS does not kill us (optional)
# sticky : so that OS restarts us on exit/crash (optional)
services = Srv:srv.py:foreground:sticky
#pick ABI(s) - NOTE: listing more than needed here grows the final .apk size
# pick ABI(s) - NOTE: listing more than needed here grows the final .apk size
android.archs = arm64-v8a, x86
```

Expand Down

0 comments on commit c0b5c38

Please sign in to comment.