Skip to content

Commit

Permalink
updated version in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BenL committed Apr 25, 2016
1 parent 7887a20 commit 587e23a
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 @@ -22,13 +22,13 @@ Install via Maven (jCenter):
<dependency>
<groupId>com.surveymonkey</groupId>
<artifactId>surveymonkey-android-sdk</artifactId>
<version>1.0.4</version>
<version>1.0.5</version>
<type>pom</type>
</dependency>
```
or Gradle (jCenter):
```groovy
compile 'com.surveymonkey:surveymonkey-android-sdk:1.0.4'
compile 'com.surveymonkey:surveymonkey-android-sdk:1.0.5'
```

#### Step 2: Set up your SDK Collector
Expand Down

0 comments on commit 587e23a

Please sign in to comment.