Skip to content
Snippets Groups Projects
Verified Commit 1bb96f8a authored by Torsten Grote's avatar Torsten Grote
Browse files

Add readme

parent 857c4e95
No related branches found
No related tags found
1 merge request!4Add readme
Pipeline #11119 passed
# Do not kill me library
An Android library helping to keep a foreground service with wake-locks running. No other use-cases considered.
## Include in your project
implementation 'org.briarproject:dont-kill-me-lib:[version]'
where `[version]` is the latest version.
## Publishing
To publish latest release in staging repo on maven central:
./gradlew publish
To do the actual release from staging repo to maven central:
./gradlew closeAndReleaseRepository
Alternatively, visit https://oss.sonatype.org/#stagingRepositories and release there.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment