File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,20 +29,20 @@ Edit `buildozer.spec`
2929```
3030package.domain = org.domain
3131
32- #select service bootstrap
32+ # select service bootstrap
3333p4a.bootstrap = service_library
3434
3535# ask p4a to output aar instead of apk
3636android.release_artifact = aar
3737
38- #specify your runtime python package dependencies here (comma separated)
38+ # specify your runtime python package dependencies here (comma separated)
3939requirements = python3
4040
4141# foreground : so that OS does not kill us (optional)
4242# sticky : so that OS restarts us on exit/crash (optional)
4343services = Srv:srv.py:foreground:sticky
4444
45- #pick ABI(s) - NOTE: listing more than needed here grows the final .apk size
45+ # pick ABI(s) - NOTE: listing more than needed here grows the final .apk size
4646android.archs = arm64-v8a, x86
4747```
4848
You can’t perform that action at this time.
0 commit comments