Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandar.marinkovi committed Jul 6, 2021
1 parent b2f0d2d commit 83fed24
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 @@ -14,15 +14,15 @@ For versions of 5.0.8+ we are use mavenCentral() because Jcenter is shutting dow

Gradle
```groovy
implementation 'com.mapp.sdk:intelligence-android:5.0.9'
implementation 'com.mapp.sdk:intelligence-android:5.1.0'
```

Maven
```xml
<dependency>
<groupId>com.mapp.sdk</groupId>
<artifactId>intelligence-android</artifactId>
<version>5.0.9</version>
<version>5.1.0</version>
<type>pom</type>
</dependency>
```
Expand Down

0 comments on commit 83fed24

Please sign in to comment.