Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guperrot authored Sep 29, 2016
1 parent 2f7c8c1 commit 0328e75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Below are the steps on how to integrate our compiled libraries in your applicati

```groovy
dependencies {
def sonomaSdkVersion = '0.1.0-12'
def sonomaSdkVersion = '0.1.0-22'
compile "com.microsoft.sonoma:analytics:${sonomaSdkVersion}"
compile "com.microsoft.sonoma:crashes:${sonomaSdkVersion}"
}
Expand Down Expand Up @@ -284,5 +284,5 @@ You create your own Crashes listener and assign it like this:
Gradle Dependency | Service
---------------------------------------- | ---------------
com.microsoft.sonoma:analytics:0.1.0-12 | Analytics
com.microsoft.sonoma:crashes:0.1.0-12 | Crashes
com.microsoft.sonoma:analytics:0.1.0-22 | Analytics
com.microsoft.sonoma:crashes:0.1.0-22 | Crashes

0 comments on commit 0328e75

Please sign in to comment.