Skip to content

Commit

Permalink
update read me with the new released version (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
shandilya3 authored Apr 12, 2024
1 parent dc27cda commit af259c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ Analytics.

To get started with Target Java SDK, just add it as a dependency in `gradle` as:
```groovy
implementation 'com.adobe.target:target-java-sdk:2.5.0'
implementation 'com.adobe.target:target-java-sdk:2.5.1'
```
or `maven` as:
```xml
<dependency>
<groupId>com.adobe.target</groupId>
<artifactId>target-java-sdk</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
</dependency>
```

Expand Down

0 comments on commit af259c9

Please sign in to comment.