Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Onion Wrapper
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
briar
Onion Wrapper
Merge requests
!11
Update README for AAB packaging issue
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update README for AAB packaging issue
update-readme
into
master
Overview
1
Commits
1
Pipelines
2
Changes
1
Merged
akwizgran
requested to merge
update-readme
into
master
2 years ago
Overview
1
Commits
1
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
398925fb
1 commit,
2 years ago
1 file
+
14
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.md
+
14
−
0
Options
@@ -9,6 +9,20 @@ Binaries for Tor and pluggable transports are not included. They can be found in
Maven artifacts:
`org.briarproject:{tor,obfs4proxy,snowflake}-{android,linux,windows}`
. The
`obfs4proxy`
artifact provides
`obfs4`
and
`meek_lite`
.
If your app is uploaded to Google Play as an app bundle (AAB), you must include the following in
`build.gradle`
to ensure that the Tor and pluggable transport binaries are extracted during
installation:
```
android {
packagingOptions {
jniLibs {
useLegacyPackaging = true
}
}
}
```
On Android, the library uses
[
dont-kill-me-lib
](
https://code.briarproject.org/briar/dont-kill-me-lib
)
to hold a wake lock
whenever Tor's network connection is enabled. The helper classes in
`dont-kill-me-lib`
can be used
Loading