Skip to content

Commit 6c3f8aa

Browse files
authored
Merge pull request #2 from approov/feature/update-android-service
Update references to latest android package
2 parents f08d397 + 1d43d8c commit 6c3f8aa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Secondly, add the dependency in your app's `build.gradle`:
2424

2525
```
2626
dependencies {
27-
implementation 'com.github.approov:approov-service-httpsurlconn:3.2.0'
27+
implementation 'com.github.approov:approov-service-httpsurlconn:3.2.1'
2828
}
2929
```
3030
Make sure you do a Gradle sync (by selecting `Sync Now` in the banner at the top of the modified `.gradle` file) after making these changes.

SHAPES-EXAMPLE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The `approov-service-httpsurlconn` dependency needs to be added as follows to th
5353
Note that in this case the dependency has been added with the tag `main-SNAPSHOT`. However, for your projects we recommend you add a dependency to a specific version:
5454

5555
```
56-
implementation 'com.github.approov:approov-service-httpsurlconn:3.2.0'
56+
implementation 'com.github.approov:approov-service-httpsurlconn:3.2.1'
5757
```
5858

5959
Make sure you do a Gradle sync (by selecting `Sync Now` in the banner at the top of the modified `.gradle` file) after making these changes.

0 commit comments

Comments
 (0)