Skip to content

Commit

Permalink
updated readme lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
programmerr47 authored Sep 23, 2017
1 parent 08034a3 commit 66d60a1
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 @@ -9,15 +9,15 @@ Here is [latest changelog](https://github.com/programmerr47/ganalytics/releases/
# Get library
With gradle:
```
compile 'com.github.programmerr47:ganalytics-core:1.0.0'
compile 'com.github.programmerr47:ganalytics-core:1.1.0'
```

With maven:
```
<dependency>
<groupId>com.github.programmerr47</groupId>
<artifactId>ganalytics-core</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
<type>pom</type>
</dependency>
```
Expand Down

0 comments on commit 66d60a1

Please sign in to comment.