Skip to content
Snippets Groups Projects
Commit 06f2a080 authored by akwizgran's avatar akwizgran
Browse files

Merge branch 'readme' into 'main'

Add readme

See merge request !4
parents 1126b94f 1bb96f8a
No related branches found
No related tags found
1 merge request!4Add readme
Pipeline #11123 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