Skip to content

Commit 41c5571

Browse files
committed
Update readme and test app for v0.6.1 release
1 parent 6dd8621 commit 41c5571

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Below are the steps on how to integrate our compiled libraries in your applicati
5050

5151
```groovy
5252
dependencies {
53-
def mobileCenterSdkVersion = '0.6.0'
53+
def mobileCenterSdkVersion = '0.6.1'
5454
compile "com.microsoft.azure.mobile:mobile-center-analytics:${mobileCenterSdkVersion}"
5555
compile "com.microsoft.azure.mobile:mobile-center-crashes:${mobileCenterSdkVersion}"
5656
compile "com.microsoft.azure.mobile:mobile-center-distribute:${mobileCenterSdkVersion}"

apps/sasquatch/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android {
2222
}
2323

2424
dependencies {
25-
def version = "0.6.0"
25+
def version = "0.6.1"
2626
compile "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
2727
projectDependencyCompile project(':sdk:mobile-center-analytics')
2828
projectDependencyCompile project(':sdk:mobile-center-crashes')

0 commit comments

Comments
 (0)