Skip to content

Commit

Permalink
Add link to releases in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex committed Jun 2, 2019
1 parent b5cb265 commit a20d6a1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,16 @@ this are not respected by applications except the system web browser, unless the
This module does exactly that, by providing a `network-security-config` resource that enables user-installed certificates _only in
debuggable builds_.

## Prebuilt release

See the [Releases](https://github.com/aholkner/AndroidDebuggableRootCertificates/releases) page to download a prebuilt .aar file.

## Using with Unity

Simply add the `DebuggableRootCertificates.aar` release file anywhere in the `Assets` folder. It should work with Unity 2018.x and later.

## Using with other projects

Use the appropriate module-linking functionality of your build system to add the `DebuggableRootCertificates.aar` file. Alternatively,
just have a look at the `AndroidManifest.xml` and `network_security_config.xml` file in this project and add them directly to your own.
Use the appropriate module-linking functionality of your build system to add the `DebuggableRootCertificates.aar` file, or import this
prjoect into your Gradle system. Alternatively, just have a look at the `AndroidManifest.xml` and `network_security_config.xml` file
in this project and add them directly to your own.

0 comments on commit a20d6a1

Please sign in to comment.