Skip to content

Commit

Permalink
Merge pull request #77 from lewie9021/patch-1
Browse files Browse the repository at this point in the history
Align build.gradle step within Getting Started guide
  • Loading branch information
nabla-c0d3 authored Sep 12, 2020
2 parents c304a35 + e6d7e09 commit 03cda38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ configuration from a PEM or DER certificate:

Add TrustKit to your project's _build.gradle_:

`compile 'com.datatheorem.truskit:trustkit-android:'`
`implementation 'com.datatheorem.android.trustkit:trustkit:<last_version>'`

### Configuring a Pinning Policy

Expand Down Expand Up @@ -189,4 +189,4 @@ After enabling TrustKit in your App, make sure to validate that the App is able
to connect to any endpoint that has pinning enabled. This should be tested on
at least two different API levels: 24 or later (Android N+) and 23 or earlier
(Android M-), in order to cover the two possible code paths implemented in
TrustKit for pinning validation.
TrustKit for pinning validation.

0 comments on commit 03cda38

Please sign in to comment.