Skip to content

Commit 3db7b24

Browse files
ivo.liondovivo.liondov
authored andcommitted
Update service layer version
1 parent 6c3f8aa commit 3db7b24

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.1'
27+
implementation 'com.github.approov:approov-service-httpsurlconn:3.2.2'
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.1'
56+
implementation 'com.github.approov:approov-service-httpsurlconn:3.2.2'
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)